403Webshell
Server IP : 138.197.176.125  /  Your IP : 216.73.217.122
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/nouvo_space/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/nouvo_space/webdemoi_nouvo_db.sql
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 31, 2026 at 02:31 PM
-- Server version: 5.7.23-23
-- PHP Version: 8.1.34

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: `webdemoi_nouvo_db`
--

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

--
-- Table structure for table `ci_sessions`
--

CREATE TABLE `ci_sessions` (
  `session_id` varchar(40) NOT NULL DEFAULT '0',
  `ip_address` varchar(45) NOT NULL DEFAULT '0',
  `user_agent` varchar(120) NOT NULL,
  `last_activity` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `user_data` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `contact_inquery`
--

CREATE TABLE `contact_inquery` (
  `id` int(11) NOT NULL,
  `form_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `form_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `form_phone` varchar(15) COLLATE utf8_unicode_ci NOT NULL,
  `form_subject` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
  `form_message` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
  `created_at` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `contact_inquery`
--

INSERT INTO `contact_inquery` (`id`, `form_name`, `form_email`, `form_phone`, `form_subject`, `form_message`, `created_at`) VALUES
(1, 'test', 'nipon@officefirst.net', '111', 'Club Nouvo CEO', '1111', '2026-03-27');

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

--
-- Table structure for table `product_inquery`
--

CREATE TABLE `product_inquery` (
  `id` int(11) NOT NULL,
  `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `form_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `email` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `form_contact` int(15) NOT NULL,
  `form_message` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
  `created_at` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `product_inquery`
--

INSERT INTO `product_inquery` (`id`, `title`, `form_name`, `email`, `form_contact`, `form_message`, `created_at`) VALUES
(1, 'Asphalt Plant', 'Bhavin Shah', 'bhavin@8webcom.com', 2147483647, 'Testing...', '2025-04-03');

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

--
-- Table structure for table `tbl_access_matrix`
--

CREATE TABLE `tbl_access_matrix` (
  `id` int(11) NOT NULL,
  `access` text,
  `roleId` int(11) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT '0',
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) DEFAULT NULL,
  `updatedDtm` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `tbl_access_matrix`
--

INSERT INTO `tbl_access_matrix` (`id`, `access`, `roleId`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, '[{\"module\":\"Task\",\"total_access\":0,\"list\":1,\"create_records\":0,\"edit_records\":0,\"delete_records\":0},{\"module\":\"Booking\",\"total_access\":0,\"list\":1,\"create_records\":0,\"edit_records\":0,\"delete_records\":0}]', 1, 0, 1, '2022-06-17 21:01:02', 1, '2022-06-18 20:50:58');

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

--
-- Table structure for table `tbl_advantages`
--

CREATE TABLE `tbl_advantages` (
  `id` int(11) NOT NULL,
  `promo_desk_en` varchar(100) NOT NULL,
  `promo_desk_th` varchar(100) NOT NULL,
  `promo_mobile_en` varchar(100) NOT NULL,
  `promo_mobile_th` varchar(100) NOT NULL,
  `title` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_advantages`
--

INSERT INTO `tbl_advantages` (`id`, `promo_desk_en`, `promo_desk_th`, `promo_mobile_en`, `promo_mobile_th`, `title`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(11, '1774004247_promo_desk_en.png', '1774004322_promo_desk_th.png', '1770699685_promo_mobile_en.png', '1770699721_promo_mobile_th.png', '', 0, 1, '2025-05-29 11:07:55', 1, '2026-03-20 10:58:42');

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

--
-- Table structure for table `tbl_blog`
--

CREATE TABLE `tbl_blog` (
  `id` int(11) NOT NULL,
  `blog_title` varchar(255) NOT NULL,
  `blog_image` varchar(255) NOT NULL,
  `blog_description` varchar(255) NOT NULL,
  `content` text CHARACTER SET utf8 NOT NULL,
  `meta_title` varchar(255) CHARACTER SET utf8 NOT NULL,
  `meta_keyword` text CHARACTER SET utf8 NOT NULL,
  `meta_description` varchar(255) CHARACTER SET utf8 NOT NULL,
  `blog_slug` varchar(500) CHARACTER SET utf8 NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_blog`
--

INSERT INTO `tbl_blog` (`id`, `blog_title`, `blog_image`, `blog_description`, `content`, `meta_title`, `meta_keyword`, `meta_description`, `blog_slug`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(29, 'Office Furniture', 'blog1.webp', '', '<div class=\"wpb_text_column wpb_content_element\">\r\n             <div class=\"wpb_wrapper\">\r\n              <p>Looking for inspiration to kick it off, I stumbled\r\n               across the work of Shane Griffin, an artist and\r\n               director based in New York uniquely initiate future\r\n               proof sources for 2.0 technology.\r\n               Uniquely communicate worldwide content via client centered ideas.\r\n              </p>\r\n              <p>Assertively envisioneer stand-alone methodologies whereas mission-critical models.</p>\r\n             </div>\r\n            </div>\r\n\r\n            <div class=\"wpb_text_column wpb_content_element\">\r\n             <div class=\"wpb_wrapper\">\r\n              <blockquote>\r\n               <p>Born out of a desire to break with conventional methodologies of our industry, our Product team holds innovation as fundamental to our mission. </p>\r\n              </blockquote>\r\n             </div>\r\n            </div>', '', '', '', 'office-furniture', 0, 1, '2025-05-02 12:15:05', 1, '2025-05-02 12:43:39'),
(30, 'Home Furniture', 'blog2.webp', '', '<div class=\"wpb_text_column wpb_content_element\">\r\n             <div class=\"wpb_wrapper\">\r\n              <p>Looking for inspiration to kick it off, I stumbled\r\n               across the work of Shane Griffin, an artist and\r\n               director based in New York uniquely initiate future\r\n               proof sources for 2.0 technology.\r\n               Uniquely communicate worldwide content via client centered ideas.\r\n              </p>\r\n              <p>Assertively envisioneer stand-alone methodologies whereas mission-critical models.</p>\r\n             </div>\r\n            </div>\r\n\r\n            <div class=\"wpb_text_column wpb_content_element\">\r\n             <div class=\"wpb_wrapper\">\r\n              <blockquote>\r\n               <p>Born out of a desire to break with conventional methodologies of our industry, our Product team holds innovation as fundamental to our mission. </p>\r\n              </blockquote>\r\n             </div>\r\n            </div>', '', '', '', 'home-furniture', 0, 1, '2025-05-02 12:57:39', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_booking`
--

CREATE TABLE `tbl_booking` (
  `bookingId` int(11) NOT NULL,
  `roomName` varchar(256) NOT NULL,
  `description` varchar(1024) DEFAULT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT '0',
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) DEFAULT NULL,
  `updatedDtm` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `tbl_booking`
--

INSERT INTO `tbl_booking` (`bookingId`, `roomName`, `description`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'Hall', 'This is description edit', 0, 1, '2022-06-17 21:52:00', 1, '2022-06-17 21:58:05'),
(2, 'Meeting room 2', 'Meeting room 2 booked for German client', 0, 1, '2022-06-17 21:58:44', NULL, NULL),
(3, 'Meeting room 2', 'Hold for developer and QA discussion', 0, 14, '2022-06-17 22:21:26', 14, '2022-06-17 22:21:55'),
(4, 'Meeting room 3', 'Meeting with BA & QA', 0, 1, '2022-06-18 20:22:38', 1, '2022-06-18 20:22:49');

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

--
-- Table structure for table `tbl_brochure`
--

CREATE TABLE `tbl_brochure` (
  `id` int(11) NOT NULL,
  `product_id` int(255) NOT NULL,
  `video_link` text NOT NULL,
  `pro_title` varchar(255) NOT NULL,
  `banner_image` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `image_link` varchar(255) DEFAULT NULL,
  `slug_url` varchar(255) NOT NULL,
  `content` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_brochure`
--

INSERT INTO `tbl_brochure` (`id`, `product_id`, `video_link`, `pro_title`, `banner_image`, `image`, `image_link`, `slug_url`, `content`, `status`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/kb_Y1O-WVg4?si=2gi34Ry4vE1Ej8PU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Batch Coding Machine-Model-SCF-150', NULL, 'htVxLW9X.jpg', 'htVxLW9X.pdf', 'batch_coding_machine-model-scf-150', '<h3>Applications</h3>\r\n<ul>\r\n    <li>Pharma Industries</li>\r\n    <li>Food Industries</li>\r\n    <li>Paper Industries</li>\r\n</ul>\r\n<h3>Specifications</h3>\r\n<ul>\r\n    <li>Body Structure Stainless Steel 304.</li>\r\n    <li>Batch Code/2D Code/Bar Code/Product Code/ Expiry Date.</li>\r\n    <li>Machine Size: Length-1500mm.,Width-550mm., Height-1S00mm.</li>\r\n    <li>Machine Speed: 80 / 100 Cartons Per Minute.(Depend on Carton Shape & Size).</li>\r\n    <li>Carton Size Min.-Length-110mm.X80mm. to Max.-200mm.Xl 50mm.</li>\r\n    <li>PLC & HMI Control Base System. (Make Delta).</li>\r\n    <li>Variable Speed.</li>\r\n    <li>Total Vacuum System. (Vacumm Blower 2HP.)</li>\r\n    <li>Electric Power: 3 Phase, 415 Volts.</li>\r\n</ul>', 'Active', 0, 1, '2025-07-24 06:22:32', 0, '0000-00-00 00:00:00'),
(2, 1, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/muT3xWyA6Yo?si=IsF845XEsPjOGdma\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Carton Batch Code And Barcode Printing Machine-Model-CF-200-Offline', NULL, 'vFAdolKg.jpg', 'vFAdolKg.pdf', 'carton_batch_code_and_barcode_printing_machine-model-cf-200-offline', '<p>This Machine is very useful to gives fine quality batch code, 2D Code, 1D Code, Date, Product No. Etc.</p>\r\n<h3>Applications</h3>\r\n<ul>\r\n    <li>Plastic Industries & Food Industries.</li>\r\n    <li>Pharma Industries & Paper Industries.</li>\r\n    <li>Veterinary Industries.</li>\r\n</ul>\r\n<h3>Specifications</h3>\r\n<ul>\r\n    <li>Body Structure: S.S. 304.</li>\r\n    <li>Machine Size: Length-2100mm., Width-550mm., Height-1500mm.</li>\r\n    <li>Minimum Carton Size Approx 80mm.x100mm.</li>\r\n    <li>Maximum Carton Size Approx 230mm.�200mm.<BR><SMALL>(Depend on Carton Shape, Size, Quality and Thickness).\r\n    </SMALL></li>\r\n    <li>Full Vacuum Base System.</li>\r\n    <li>Vacuum Blower: 2 HP.</li>\r\n    <li>HMI and PLC Control Base System (Delta Make).</li>\r\n    <li>Power Supply: 3 Phase 415 Volts.</li>\r\n</ul>', 'Active', 0, 1, '2025-07-25 05:06:14', 1, '2025-07-25 05:24:13'),
(3, 1, '', 'Offline Batch Coding Machine Model-SCF-150', NULL, 'WowdyAx9.jpg', 'WowdyAx9.pdf', 'offline_batch_coding_machine_model-scf-150', '\r\n<h3>Applications</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n	<li>Paper Industries.</li>\r\n</ul>\r\n\r\n<h3>Specifications</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Batch Code/2D Code/Bar Code/Product Code/Expiry Date.</li>\r\n	<li>Machine Size: Length-1500mm., Width-550mm., Height-1500mm.</li>\r\n	<li>Machine Speed: 80/100 Cartons Per Minute.<br />\r\n	<small>(Depend on Carton Shape &amp; Size).</small></li>\r\n	<li>Carton Size Min.-Length-110mm.X80mm. to Max.-200mm.X150mm.</li>\r\n	<li>Simple On-Off Control Panel and Switch Box.</li>\r\n	<li>Variable Speed.</li>\r\n	<li>Total Vacuum System. (Vacuum Blower 2HP.)</li>\r\n	<li>Electric Power: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 05:38:17', 1, '2025-07-29 13:08:07'),
(61, 12, '', 'Semi Automatic Single Head ROPP Screw Capping Machine', NULL, 'cfnbWO5M.png', 'whj6qaxk.pdf', 'semi_automatic_single_head_ropp_screw_capping_machine', '<h3>Applications</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>Specifications</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Height-1500mm. Width-500&times;500mm.</li>\r\n	<li>Foot Mounting Switch Operate System.</li>\r\n	<li>Speed Per Minute: 40/50 Approx.(Depend On Operator&#39;s Skill)</li>\r\n	<li>Machine Gear Motor: Bonfiglioli (Italy)</li>\r\n	<li>Single Head Capping Device.</li>\r\n	<li>Power Supply: 1 Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-30 04:15:17', 1, '2025-07-30 07:28:07'),
(4, 2, '', 'Batch Code Print Conveyor', NULL, 'SqC9spr1.jpg', 'SqC9spr1.pdf', 'batch_code_print_conveyor', '<h3 class=\"mt-3\">Specifications</h3>\r\n\r\n<ul>\r\n	<li>Budy Structure: S.S. - 304</li>\r\n	<li>Size: L-2000mm, W-300mm, H-800mm Approx.</li>\r\n	<li>Belt Size: Width-250mm</li>\r\n	<li>Belt Type: PVC Endless</li>\r\n	<li>Gear Motor: Bonfiglioli (Italy)</li>\r\n	<li>Conveyor Speed: Variable</li>\r\n	<li>Conveyor with adjustable guide</li>\r\n	<li>Power Supply: 230V - 1 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 05:49:23', 1, '2025-07-30 06:05:38'),
(5, 2, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/_PpvCdXaDlQ?si=q-hmT76vO63kfFu2\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Carton Box Scanning Conveyor', NULL, 'ZBRVjlbE.jpg', 'ZBRVjlbE.pdf', 'carton_box_scanning_conveyor', '\r\n<h3>Applications</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n	<li>Packaging Industries.</li>\r\n</ul>\r\n\r\n<h3>Specifications</h3>\r\n\r\n<ul>\r\n	<li>Structure Stainless Steel 304.</li>\r\n	<li>Size: Length-2500mm., Width-520mm., Height-850mm.</li>\r\n	<li>Conveyor Size: Length-1500mm., Width-350mm.,</li>\r\n	<li>PVC Endless Belt.</li>\r\n	<li>Main Gear Motor Bonfiglioli Italy.</li>\r\n	<li>AC Drive - Make Delta (For Variable Speed).</li>\r\n	<li>Barcode Scanning Vision Sensor Make Banner.</li>\r\n	<li>Conveyor Two Size- First-Entry Box Slope Plate,Back Side-Exit Box Slope Plate</li>\r\n	<li>Conveyor PC Base System</li>\r\n	<li>Power: Single Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 05:58:05', 1, '2025-07-29 13:07:54'),
(6, 2, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/poUre3WWcaA?si=rI7oacnDtiLyLWkI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Drum Mixture With Feeding Conveyor', NULL, 'EUqBiF5K.jpg', 'EUqBiF5K.pdf', 'drum_mixture_with_feeding_conveyor', '\r\n<h3>Applications</h3>\r\n\r\n<ul>\r\n	<li>Tobacco &amp; Tea Mixer.</li>\r\n</ul>\r\n\r\n<h3>Specifications</h3>\r\n\r\n<ul>\r\n	<li>Body Structure: M/S Powder Coated.</li>\r\n	<li>Body Structure: M/S Powder Coated.Width-650mm.Height-2000mm.</li>\r\n	<li>Machine Weight: Approx 800 Kg.</li>\r\n	<li>Flap Type Material Feeding Conveyor.</li>\r\n	<li>Per Hour Output Capacity: 1 Tan.</li>\r\n	<li>Conveyor Belt: PVC Endless-Flap Type.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 12:22:24', 1, '2025-07-29 13:07:47'),
(7, 2, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/RH1wakHovOc?si=iUFpGuHWQy-at9t_\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Powder Transfer Screw Conveyor', NULL, 'd1cGf6tT.jpg', 'd1cGf6tT.pdf', 'powder_transfer_screw_conveyor', '\r\n<h3>Applications</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n	<li>Ayurvedic Industries.</li>\r\n</ul>\r\n\r\n<h3>Specifications</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Conveyor Size: Height-8Ft.</li>\r\n	<li>Hopper Size: 800mm.x 800mm. (with Cover).</li>\r\n	<li>Main Gear Motor: 1 HP. Bonfigloli (Itely Made)</li>\r\n	<li>Simple On-Off Control Panel.</li>\r\n	<li>Variable Speed: AC Drive.</li>\r\n	<li>Powder Output: Per Minute 20/25 Kg.(Depend on Powder Quality &amp; Density).</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 12:34:41', 1, '2025-07-29 13:07:39'),
(8, 2, '', 'Printing Paper Drying Conveyor-Model-PDC-150', NULL, 'SOuYKrmc.jpg', 'SOuYKrmc.pdf', 'printing_paper_drying_conveyor-model-pdc-150', '<h3>Applications</h3>\r\n\r\n<ul>\r\n	<li>Paper Industries.</li>\r\n</ul>\r\n\r\n<h3>Specifications</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304. OR Aluminium Section.</li>\r\n	<li>Machine Size Approx.: Length-1600mm.Height-1150mm.Width-400mm.</li>\r\n	<li>Machine Weight Approx.:100Kg.</li>\r\n	<li>Direction: Left &amp; Right.</li>\r\n	<li>Conveyor Speed: Variable.</li>\r\n	<li>Gear Motor: Panasonic Make.</li>\r\n	<li>Heater: 230Volts, Single Phase (2 Nos.)</li>\r\n	<li>Heating Control System: 70&deg; C. / 250&deg; C.</li>\r\n	<li>Power Supply: 1 Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 12:43:07', 1, '2025-07-30 06:09:36'),
(9, 2, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yut6CLmbHDE?si=w3ZEga2Ev7JwjqxI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Telescopic Conveyor 2 Step Extension', NULL, 'upKAizW1.jpg', 'RWLsQigF.pdf', 'telescopic_conveyor_2_step_extension', '\r\n<ul>\r\n	<li>Use For : Material Loading</li>\r\n</ul>\r\n\r\n<h3>Specifications</h3>\r\n\r\n<ul>\r\n	<li>Conveyor Stucture: M.S. Powder Coated.</li>\r\n	<li>Conveyor Size Approx:</li>\r\n	<li>Top Conveyor: Length-4300mm., Height-800mm., Width-400mm.</li>\r\n	<li>Adjustable Telescopic Bottom Conveyor: Length-2700mm., Height-670mm.,Width-400mm.</li>\r\n	<li>Conveyor Full Length with Telescopic Approx: 7000mm.</li>\r\n	<li>Conveyor Belt Width: 340mm.</li>\r\n	<li>Belt Type: PVC Endless.</li>\r\n	<li>2 Step Extension:</li>\r\n	<li>1-Fully Closed Condition.</li>\r\n	<li>2-Fully Opened Condition.</li>\r\n	<li>Conveyor Running Load Capacity Approx: 5kg to 25kg.</li>\r\n	<li>Conveyor with Caster Wheel Fitted for Easy Movement.</li>\r\n	<li>Power Supply: 3 Phase, 415V.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 12:55:03', 1, '2025-07-29 13:06:59'),
(10, 2, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/dJf1HxmF2EQ?si=QGGFcyEUs70uz70Y\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Telescopic Conveyor 3 Step Extension', NULL, 'oYpvCUt1.jpg', 'oYpvCUt1.pdf', 'telescopic_conveyor_3_step_extension', '<h3 class=\"mt-3\">SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Stucture: Mild Steel.</li>\r\n	<li>Machine Size Approx: Length-3271mm., Height-798mm., Width-593mm.</li>\r\n	<li>Caster Wheel to Move Conveyor from Place to Place.</li>\r\n	<li>Belt Direction: Loading or Unloading Both Side.</li>\r\n	<li>Belt Type: PVC Endless.</li>\r\n	<li>Conveyor Locking System.</li>\r\n	<li>Emergency Stop Switch.</li>\r\n	<li>3 Step Extension: 1-Fully Closed Condition., 2-Half Opened Condition., 3-Fully Opened Condition.</li>\r\n	<li>Power Supply: 3 Phase, 415V.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 13:07:46', 1, '2025-07-30 06:15:43'),
(11, 3, '', 'Automatic Tablet Counting Machine-Model-PTC-5000', NULL, 'GzRSYTJr.jpg', 'GzRSYTJr.pdf', 'automatic_tablet_counting_machine-model-ptc-5000', '\r\n<h3>APPLICATIONS</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Approximate Machine Size: Length-2000mm. Height-1800mm. Width-1700mm.</li>\r\n	<li>All Tablet Contact Parts: S.S. 316.</li>\r\n	<li>HMI &amp; PLC Control: Delta Make.</li>\r\n	<li>Tablet Feeding Vibrator with Vibrator Tray Type Feeding System.</li>\r\n	<li>Main Bottle Conveyor Gear Motor: Bonfigloli, Italy Make.</li>\r\n	<li>Conveyor Belt PVC Endless (Width-150 mm) 2M Color Black &amp; with Adjustable Guide.</li>\r\n	<li>Tablet Counting Variation Auto Bottle Rejection System.</li>\r\n	<li>Approximate Output 40 Bottles Per Minute.</li>\r\n	<li>Counting Sensor Fiber Optic with Multiple Sensor Head.</li>\r\n	<li>Tablet Running Size-OD 6mm to 12mm. and Thickness 3mm. Above (Without Powder).</li>\r\n	<li>All Components Of Air: SMC/Festo Make (Piston/Valve/Connector Etc.)</li>\r\n	<li>Air Requirement: Approx 5 Kg. Use Of Machine (In Buyer&#39;s Scope)</li>\r\n	<li>Tablet Hopper Inside: Teflon Coated.</li>\r\n	<li>Machine with Castor Wheel For Easy Movememt.</li>\r\n	<li>Majority Electrical Components: Siemens Make.</li>\r\n	<li>Machine Variable Speed With AC Drive: Delta Make.</li>\r\n	<li>Power Supply: 3 Phase, 415 Velts. (Or As Per Your Requirement)</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 13:24:06', 1, '2025-07-29 13:06:37'),
(12, 3, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Zj4fN1o9jDE?si=IEZVrXGR20YuvfZW\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Metal Parts Counting and Filling Machine', NULL, '6ba0nNFL.jpg', '6ba0nNFL.pdf', 'metal_parts_counting_and_filling_machine', '\r\n<h3>USE FOR:</h3>\r\n\r\n<ul>\r\n	<li>Washer, Small Pipe, Small Parts</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size:Length-1100mm. Width-700mm. Height-700mm.</li>\r\n	<li>Machine Weight: 150KG Approx.</li>\r\n	<li>Runing Product Size: Minimum 10mm to 20mm Approx.</li>\r\n	<li>Change Part Required. (Depends on Product size &amp; shape)</li>\r\n	<li>Lesor Type Counting System- (USA).</li>\r\n	<li>One Time Hopper Load Capacity: 3/4KG.</li>\r\n	<li>Production Speed: 100/200 Per Minute. (Depends on Product size &amp; shape)</li>\r\n	<li>HMI &amp; PLC Base Control System.</li>\r\n	<li>Rotary Vibrator with Conveyor System.</li>\r\n	<li>Conveyor with Adjustable Guide.</li>\r\n	<li>Conveyor Gearmotor: Panasonic.</li>\r\n	<li>Counting Accuracy: +/-0.1/0.2</li>\r\n	<li>Air Require: 4/5KG Approx.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 16:33:35', 1, '2025-07-29 13:06:29'),
(13, 3, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/pW20soebBUE?si=pNHZxxqtaAfJ4Usg\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Rubber Stopper And Rubber Parts Counting Machine', NULL, 'EwdlFCt1.jpg', 'EwdlFCt1.pdf', 'rubber_stopper_and_rubber_parts_counting_machine', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharmaceuticals Rubber Stopper.</li>\r\n	<li>Rubber Parts.</li>\r\n	<li>PVC Parts.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size:Length-2900m</li>\r\n	<li>Width-1362mm.</li>\r\n	<li>Height-1250mm.</li>\r\n	<li>Rubber Loading Vibrator Bowl Unit.</li>\r\n	<li>Rubber and Rubber Parts Laser Mark Counting System</li>\r\n	<li>HMI and PLC Control Base System (Delta Make).</li>\r\n	<li>Rubber Stopper Counting Speed-60,000 Per Hour.<br />\r\n	<small>(Depend on Shape and Size)</small></li>\r\n	<li>All Conveyor Gear Motor (Panasonic, Japan).</li>\r\n	<li>Laser Type Counting Sensor (Made by USA).</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 16:57:44', 1, '2025-07-29 13:06:22'),
(14, 3, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/xupFHHBqIE0?si=DBt7fbvXcfNAYtsO\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Semi Automatic Tablet and Capsule Counting and Filling  Machine-Model-TC-700', NULL, 'TXvOanEq.jpg', 'NRaeETxp.pdf', 'semi_automatic_tablet_and_capsule_counting_and_filling__machine-model-tc-700', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Ayurvedic Industries.</li>\r\n	<li>Pesticides Industries.</li>\r\n	<li>Veterinary Industries.</li>\r\n</ul>\r\n\r\n<h3>TECHNICAL SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-1000mm., Width-650mm., Height-1100mm.</li>\r\n	<li>Variable Speed Available.</li>\r\n	<li>Product Wise Filling Quantity Can Be Saved In PLC For Regular Use.</li>\r\n	<li>Tablet Per Hour Counting Approx 24,000 to 30,000.<br />\r\n	(1. Depend On Tablet / Capsule Size, Shape &amp; Thickness / Capsule Counting Speed Depend on Length, Diameter &amp; Weight.)<br />\r\n	(2. Tablet &amp; Capsule Should be Clean and Coated without Powder.)</li>\r\n	<li>Air Pressure Required 3 Kg. Approx.</li>\r\n	<li>All Conveyor Gear Motor (Panasonic, Japan).</li>\r\n	<li>Approx Machine Weight: 150 Kg.</li>\r\n	<li>Electric Power: Single Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 17:01:21', 1, '2025-08-20 09:48:08'),
(15, 3, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/TrEFBdPMirs?si=238Xegrg7SRo_k6s\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Semi Weighing Tablet Filling Machine-Model-PTWFM-100', NULL, 'gu0vSTcH.jpg', 'kcryBQoZ.pdf', 'semi_weighing_tablet_filling_machine-model-ptwfm-100', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries, Ayurvedic Industries.</li>\r\n	<li>Pesticides Industries, Veterinary Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Structure Stainless Steel 304.</li>\r\n	<li>Machine Size Approx: Length-320mm. Width-375mm, Height-998mm.</li>\r\n	<li>Filling Capacity: 5gm to 100gm.</li>\r\n	<li>Filling Speed: As Product Weight &amp; Product Characteristics.<br />\r\n	<small>(Depend on Filling Capacity, Product and Operator Skill)</small></li>\r\n	<li>Filling Accuracy Approx: + - 4 / 5 %.<br />\r\n	<small>(Depending On Materials and Deferent Aliquot Weight)</small></li>\r\n	<li>Tablet Size: 3mm. To 4mm. (AlI Type of Tablets Between 3 to 4mm.)</li>\r\n	<li>Single Nozzle Filling System.</li>\r\n	<li>Hopper Size: OD/ 200mm. Height:150mm.</li>\r\n	<li>Digital Display for Weighing Settings.</li>\r\n	<li>Two Option Filling Systems. 1-No Bottle No Filling with Paddle. 2-No Bottle No Filling with Sensor.</li>\r\n	<li>Power Supply: 220 Volts, Single Phase. 50HZ</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-25 17:03:22', 1, '2025-09-08 06:32:50'),
(17, 4, '', 'Air Blower', NULL, 'Ssq6xIdM.jpg', 'Ssq6xIdM.pdf', 'air_blower', '<h3 class=\"mt-3\">USE FOR:</h3>\r\n\r\n<ul>\r\n	<li>Dust Collection / Air Flow Application</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure : M/S. Powder Coated</li>\r\n	<li>Size Approx.: Length-900mm.</li>\r\n	<li>Height-1140mm.</li>\r\n	<li>Width-900mm.</li>\r\n	<li>Motor: 3HP. 1440 RPM.</li>\r\n	<li>Outlet Pipe: 150mm.</li>\r\n	<li>Air Suction Area: 600&times;600mm.</li>\r\n	<li>Power Supply: 415 Volts, 3 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 04:44:11', 1, '2025-07-30 06:39:03'),
(18, 4, '', 'De-Duster Machine Model - PDD - 03', NULL, 'X8Q0sTP5.jpg', 'X8Q0sTP5.pdf', 'de-duster_machine_model_-_pdd_-_03', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Ayurvedic Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Structure Stainless Steel 304.</li>\r\n	<li>Machine Size Approx: Height-960mm. X Dia.- 300mm.</li>\r\n	<li>Machine Weight Approx: 80 KG.</li>\r\n	<li>Main Motor: 1440 RPM.</li>\r\n	<li>Caster Wheels for Easy Moving.</li>\r\n	<li>Power Supply: 440 Volts, 3 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 04:44:52', 1, '2025-07-29 13:05:53'),
(19, 4, '', 'Dust Collector Machine-Model-PDC-150', NULL, 'xqWrV1bn.jpg', 'xqWrV1bn.pdf', 'dust_collector_machine-model-pdc-150', '\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-630mm. Width-470mm.</li>\r\n	<li>Height-695mm. with Caster Wheel,</li>\r\n	<li>Height-625mm. without Caster Wheel.</li>\r\n	<li>Machine Net Weight: 70 Kg.</li>\r\n	<li>Vacuum: CFM-150 (C-150).</li>\r\n	<li>Intel: Diameter 60mm. Outlet: Diameter 60mm. PRC Pipe Connector.</li>\r\n	<li>Caster Wheel Size: 2Inch, S.S.304.</li>\r\n	<li>Machine On-Off Switch.</li>\r\n	<li>Electrical Motor: 1 HP., 280 RP.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 04:45:16', 1, '2025-07-29 13:05:24'),
(20, 4, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/ipKyph2U5Gg?si=E8XjFtjV1OwIooac\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Elevator', NULL, 'r4vt2FVT.jpg', 'r4vt2FVT.pdf', 'elevator', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>USE FOR:</h3>\r\n\r\n<ul>\r\n	<li>Material Loading.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304. OR MS. Powder Coated.</li>\r\n	<li>Machine Size Approx.: Height-1800mm.</li>\r\n	<li>Hopper Body Size: Width-800mm., Length-600mm., Height-685mm.</li>\r\n	<li>Flap Type Conveyor Belt: PVC Endless(Black Color), Width-280mm. ApproE.</li>\r\n	<li>Main Gear Motor: Bonfiglioli, Italy. 0.5HP.</li>\r\n	<li>Variable Speed AC Drive-Delta Make.</li>\r\n	<li>Hopper Material Capacity Approx.: 25,000 to 30,000 Rubber Stopper.</li>\r\n	<li>Power Supply: 230 Volts, 1 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 04:46:54', 1, '2025-07-29 13:04:00'),
(21, 4, '', 'Fluxosealer induction Cap Sealing Machine Model-Fluxosealer Brezo-2-SS', NULL, 'GdXcTopI.jpg', 'GdXcTopI.pdf', 'fluxosealer_induction_cap_sealing_machine_model-fluxosealer_brezo-2-ss', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Food, Pharmaceuticals, Lubricants, Edible Oils, Cosmetics, Pesticides, Chemicals, Nutraceuticals, Adhesives, Confectionery.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Food, Pharmaceuticals, Lubricants, Edible Oils, Cosmetics, Pesticides, Chemicals, Nutraceuticals, Adhesives, Confectionery.</li>\r\n	<li>Machine Size Approx.: Length-1550mm., Height-1350mm.</li>\r\n	<li>Width-550mm.</li>\r\n	<li>Sealing Diameters: 10mm To 63mm.</li>\r\n	<li>Adjustable Height Sealing Head System: 50 To 250mm. Leveling Bolt Nos. 4.</li>\r\n	<li>Sealing Product Diameter Size: 25mm to 83mm.</li>\r\n	<li>Conveyor Width: 150mm. PVC Endless Belt.</li>\r\n	<li>Conveyor Two Side Adjustable Guide.</li>\r\n	<li>Main Conveyor Gear Motor Bonfiglioli Italy Make.</li>\r\n	<li>Simple On-Off Control Panel.</li>\r\n	<li>Continuous Induction Sealer Speed Approx.: 40 To 80 Bottles Per Minute.<br />\r\n	<small>(Depend On Bottle Size &amp; Shape ).</small></li>\r\n	<li>AC Drive Make Delta.</li>\r\n	<li>Power Supply: 230Volts. Single Phase. 50HZ. 15AMPS.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 04:48:54', 1, '2025-07-29 13:02:43'),
(22, 4, '', 'Pharmech Fully Automatic Explosive Tube Feeding with Barcode Inspection with Rejection System', NULL, 'ljBexTd8.jpg', 'ljBexTd8.pdf', 'pharmech_fully_automatic_explosive_tube_feeding_with_barcode_inspection_with_rejection_system', '<h3 class=\"mt-3\">SPECIFICATIONS:</h3>\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304 and M/S Powder Coated.</li>\r\n	<li>Machine Size: Length-7200mm. Width-1400mm. Height-1200mm.</li>\r\n	<li>Machine Weight: 700KG Approx.</li>\r\n	<li>Tube Feeding with Unscrambler Attach Conveyor System.</li>\r\n	<li>2D Barcode Inspection with Auto Rejection System.</li>\r\n	<li>Auto Counting and Bunching System.</li>\r\n	<li>Tube Size: Round - &Oslash;25m/&Oslash;32m/&Oslash;40m - Length As per your Standard.</li>\r\n	<li>Production Speed: 80/100 Per Minute.(Depend on tube shape, size &amp; weight)</li>\r\n	<li>HMI &amp; PLC Control Base System. (Make Delta)</li>\r\n	<li>Barcode all Data Save HMI through P.C. (P.C. Customer Scope)</li>\r\n	<li>Power Supply: Single Phase, 230Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 04:50:33', 1, '2025-07-30 06:42:17'),
(23, 4, '', 'Vibro Shifter-30 Inch', NULL, 'OCgI1Dh3.jpg', 'OCgI1Dh3.pdf', 'vibro_shifter-30_inch', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n	<li>Ayurvedic Industries..</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Height-1220mm. with Caster Wheel.</li>\r\n	<li>Diameter Size-762mm. Round (30&quot;)</li>\r\n	<li>Caster Wheel Size-2 Inch, S.S. 304.</li>\r\n	<li>Net Weight-100 Kg. Approx.</li>\r\n	<li>Two Way Output.</li>\r\n	<li>Output: 100/200 Kg. Per Hour<br />\r\n	<small>(Depend on Scrin Size).</small></li>\r\n	<li>Vibro Motor:1 HP (1440 RPM)</li>\r\n	<li>Wire Max: 22, 1 Set (Final Grade )</li>\r\n	<li>Power Supply: 3 Phase, 440 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 04:54:20', 1, '2025-07-29 13:02:27'),
(24, 4, '', 'Rubber Stopper Hopper with Vibrator System', NULL, 'MC2gay7H.jpg', 'MC2gay7H.pdf', 'rubber_stopper_hopper_with_vibrator_system', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Paper Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Contact Part: 316L</li>\r\n	<li>Machine Size Approx.: Length-700mm., Height-3000mm. with Body., Width-700mm.</li>\r\n	<li>Machine Weight Approx.: 200Kg.</li>\r\n	<li>Hopper Inside Teflon Coat.</li>\r\n	<li>Rubber Loading Capacity: 1, 50000/Approx.</li>\r\n	<li>Hopper Attached with Ladder.</li>\r\n	<li>Hopper Materials: 316L.</li>\r\n	<li>Linear Vibrator For Rubber Feeding.</li>\r\n	<li>Vibrator Speed Control System.</li>\r\n	<li>Rubber Stopper Discharge By Linear Vibrator 230 Volts.</li>\r\n	<li>Power Supply: 1 Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:15:28', 1, '2025-07-30 06:44:13'),
(25, 3, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/TrEFBdPMirs?si=3ViHjh3s6OevgBUu\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Semi Weighing Tablet Filling Machine-Model-PTWFM-1000', NULL, 'cdZiNyTS.jpg', 'wlNhW8En.pdf', 'semi_weighing_tablet_filling_machine-model-ptwfm-1000', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries, Ayurvedic Industries.</li>\r\n	<li>Pesticides Industries, Veterinary Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Structure Stainless Steel 304.</li>\r\n	<li>Machine Size Approx: Length-410mm.&times;520mm, Height-1400mm. Weight: 40 Kg.</li>\r\n	<li>Filling Capacity: 100 GM to 999 GM.</li>\r\n	<li>Filling Speed: As Product Weight &amp; Product Characteristics.(Depend on Filling Capacity, Product and Operator Skill)</li>\r\n	<li>Filling Accuracy Approx: + - 4 / 5 %. (Depending On Materials and Deferent Aliquot Weight</li>\r\n	<li>Tablet Size: 3mm. To 6mm.</li>\r\n	<li>Single Nozzle Filling System.</li>\r\n	<li>Digital Display for Weighing Settings.</li>\r\n	<li>Two Option Filling Systems., 1-No Bottle No Filling., 2-Menual with Paddle.</li>\r\n	<li>Power Supply: 220 Volts, Single Phase. 50HZ</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:22:08', 1, '2025-09-08 06:20:16'),
(26, 5, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7IWS2XRHfPM?si=salDf1HzMDHk6Cq4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Rubber Stopper Inspection Machine RSI 300', NULL, 'jiLCkbOT.jpg', 'jiLCkbOT.pdf', 'rubber_stopper_inspection_machine_rsi_300', '<p>Optical Clear Glass Type Inspection Machine</p>\r\n\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Rubber Stopper Manufacturing Companies.</li>\r\n	<li>Rubber Parts/Washer/O Ring &amp; Cap Manufacturers.</li>\r\n	<li>Plastic/Rubber &amp; Pharma Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Construction: S.S. 304.<br />\r\n	<small>(If Required, S.S. 316 Can be Used).</small></li>\r\n	<li>Machine Totally Controlled by PLC with HMI Touch Screen (Delta Make).</li>\r\n	<li>Rubber Stopper Bowl, Linear Bowl &amp; Guide are Teflon Coated.</li>\r\n	<li>S.S. Parts are Polished with MAT Finished.</li>\r\n	<li>Speed of Approx 15,000 to 18,000 Rubber Stoppers/Per Hour.</li>\r\n	<li>Machine Size: Length-2400mm.,Width-1300mm., Height-1800mm.</li>\r\n	<li>Machine Weight: Approx 800 Kgs.</li>\r\n	<li>Rubber Stopper Feeding Vibrator System: Bowl Type &amp; Linear Vibrator for Rubber Stopper Feeding Stock.</li>\r\n	<li>Machine Main Gear Motor: Gear Box. Bonfiglioli (Italy Made).</li>\r\n	<li>Machine Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:23:45', 1, '2025-07-29 13:01:30'),
(27, 5, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/kZnfC517KFU?si=lfJxJUTHRFk5A66c\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Rubber Stopper Inspection Machine RSI 300 - 360D Camera System', NULL, '7bTXmq2V.jpg', '7bTXmq2V.pdf', 'rubber_stopper_inspection_machine_rsi_300_-_360d_camera_system', '<ul>\r\n	<li>Inspection System:- Top-360-D, Bottom, &amp; Height Checking</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless: Steel 304.</li>\r\n	<li>Machine Size: L-2400mm.W-1300mm.H-1800mm.</li>\r\n	<li>Automatic Rubber Loading-Unloading System (without elevator).</li>\r\n	<li>Feeding Vibrator System: Bowl Type &amp; Linear Conveyor Feeder.</li>\r\n	<li>Camera Make-Retina (3 Nos.).</li>\r\n	<li>Inspection System: Three Side-Top-360-D, Bottom, &amp; Height Checking.</li>\r\n	<li>Automatic Pneumatic Type Rejection System.(three type individual Rejection)</li>\r\n	<li>Automatic Bunch wise Counting System (as per requirement).</li>\r\n	<li>Machine Speed: 15,000 - 18,000 Rubber Stoppers Per Hour. (depend on shape, size, rubber stopper quality, weight, &amp; thickness)</li>\r\n	<li>Main Gear Motor Make : Bonfiglioli, Italy.</li>\r\n	<li>Industrial Grade Computer System - Make: Advantech Set-01</li>\r\n	<li>PLC and HMI Touch Screen Control System Make: Delta.</li>\r\n	<li>Approx. Machine Weight: 800 Kg.</li>\r\n	<li>Customized Software for All Types of Rubber Inspection.</li>\r\n	<li>Machine Air Required: 10 Kg ApproE.</li>\r\n	<li>Power Supply: 440V, 3 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:25:03', 1, '2025-07-29 13:00:32'),
(28, 6, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/eL16eJNGl3w?si=WzTjoJqK7_Ud3U1C\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Rubber Stopper Inspection Machine Visual', NULL, 'L5YSdTta.jpg', 'L5YSdTta.pdf', 'rubber_stopper_inspection_machine_visual', '\r\n<h3>APPLICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Rubber Parts.</li>\r\n	<li>Pharmaceutical Industries.</li>\r\n	<li>Plastic Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless: Steel 304.</li>\r\n	<li>Machine Size: Length-2745mm.</li>\r\n	<li>Width-500mm.(With Panel Box).</li>\r\n	<li>Height-900mm.</li>\r\n	<li>PUC Endless Belt 2mm.Thickness (White Color).</li>\r\n	<li>With Rubber Parts Feeding Vibrator Unit.(Two Line).</li>\r\n	<li>Simple On-Off Control System.</li>\r\n	<li>Top Side Visual Inspection with White Led Light.</li>\r\n	<li>Bottom Side Visual Inspection with White Led Light.</li>\r\n	<li>Power Supply: Single Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:27:00', 1, '2025-07-29 12:58:56'),
(30, 6, '', 'Tablet and Capsule Visual Inspection Roller Type  Machine', NULL, 'YqJH8c3X.jpg', 'YqJH8c3X.pdf', 'tablet_and_capsule_visual_inspection_roller_type__machine', '<h3 class=\"mt-3\">SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Structure:S.S. - 304</li>\r\n	<li>Contact Parts: S.S.- 316 / Food Grade Rubber</li>\r\n	<li>Gear Motor: Bonfiglioli</li>\r\n	<li>Machine Size: Height: 1240mm.</li>\r\n	<li>Lenght: 1315mm.</li>\r\n	<li>Width: 320mm.</li>\r\n	<li>Magnifier Sheet: 1 Nos, Size: 280mm x 220mm</li>\r\n	<li>Tube Light (Led): 1 Nos, 1 Feet Lenght</li>\r\n	<li>Power: 0.5 HP/1 Phase, 240 Volts</li>\r\n	<li>Dust Collector Chute</li>\r\n	<li>Vacuum Pick-up Gun (Supply - Air)</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:31:18', 1, '2025-07-30 06:46:43'),
(31, 6, '', 'Tablet Visual Inspection Belt Type Machine', NULL, '7KAj6TxG.jpg', '7KAj6TxG.pdf', 'tablet_visual_inspection_belt_type_machine', '<h3 class=\"mt-3\">SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure : S.S. - 304</li>\r\n	<li>Size Approx.: Height: 1250mm. Lenght: 1950mm. Width: 350mm</li>\r\n	<li>Contact Parts: S.S.- 316</li>\r\n	<li>PVC Endless Belt: Size - 205mm. Wide, 2mm. Thick</li>\r\n	<li>Gear Motor: Bonfiglioli</li>\r\n	<li>Magnifier Sheet: 2 Nos, Size: 280mm x 220mm</li>\r\n	<li>Tube Light (Led) : 2 Nos, 1 Feet Lenght</li>\r\n	<li>Speed: 1200 Tablet Per Minute (depend on tablet shape &amp; size)</li>\r\n	<li>Power: 0.5 HP/3 Phase</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:32:00', 1, '2025-07-30 06:47:44'),
(32, 7, ' ', 'Ampoule Sticker Labeling Machine-Model-PSL-300', NULL, 'p0NG1JEo.jpg', 'p0NG1JEo.pdf', 'ampoule_sticker_labeling_machine-model-psl-300', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Height-1105mm., Width-925mm., Length-1150mm.</li>\r\n	<li>Optimum Output: 150-300 Ampoule/min.</li>\r\n	<li>Change Parts: Star Wheel &amp; Feed Worm.</li>\r\n	<li>Ampoule Collection: Collect In Trays.</li>\r\n	<li>Sensor: Sick Made.</li>\r\n	<li>Servo Motor: Panasonic Made.</li>\r\n	<li>PLC And HMI: Touch Screen (Delta Make).</li>\r\n	<li>Power Supply: 1 Phase, 230 Volts. 50 Hz.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:34:29', 1, '2025-07-30 06:48:46'),
(33, 7, '', 'Blister Strip Labeling with Rejection System', NULL, 'HP6A4SG3.jpg', 'HP6A4SG3.pdf', 'blister_strip_labeling_with_rejection_system', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size:Length- 2060mm., Height- 1832mm., Width- 800mm.</li>\r\n	<li>High Speed Label Aplicator (For Labeling).</li>\r\n	<li>Sticker Size: As per your sticker Roll.</li>\r\n	<li>Per Minute Speed: 80to100 Strips<br />\r\n	<small>(Depend on strip size &amp; shap5)</small></li>\r\n	<li>Power Supply: 415 Volts, 3 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:34:59', 1, '2025-07-30 06:52:47'),
(34, 7, '', 'Bottle Sticker Labeling Machine-Model-PBL-100', NULL, 'L3Wflxnc.jpg', 'L3Wflxnc.pdf', 'bottle_sticker_labeling_machine-model-pbl-100', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size:Length-1500mm., Height-600mm., Width-700mm.</li>\r\n	<li>HMI and PLC Base Control System.</li>\r\n	<li>High Speed Label Applicator with Servo System.(Panasonic).</li>\r\n	<li>Bottle Size: 20mm. to 80mm. (Round)</li>\r\n	<li>Main Conveyor: Width-100mm. with Adjustable Guide.</li>\r\n	<li>Per Minute Speed: 80/100.<br />\r\n	<small>(Depend on Bottle Shape andSize).</small></li>\r\n	<li>Suitable for Label Size: Width-20mm. to 80mm.</li>\r\n	<li>Length-30mm. to 150mm.</li>\r\n	<li>Power Supply: 3 Phase 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:35:40', 1, '2025-07-30 06:54:02'),
(35, 7, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OIKOfM1BV2E?si=xBdR_Jrs9Eb4bjDn\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Carton Box Labeling Machine Horizontal Type', NULL, 'sc715JFt.jpg', 'sc715JFt.pdf', 'carton_box_labeling_machine_horizontal_type', '<h3 class=\"mt-3\">SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure : M/S. Powder Coated &amp; S.S. 304.</li>\r\n	<li>Size Approx.: Length-1800mm. Height-1470mm. Width- 800mm.</li>\r\n	<li>HMI &amp; PLC Control Base System (Make Delta).</li>\r\n	<li>High Speed Label Applicator.</li>\r\n	<li>Applicator Servo Motor &amp; Drive (Make Panasonic).</li>\r\n	<li>Label Roll Gap Sensor: Sick (Japan).</li>\r\n	<li>Applicator Label Roll Fitting Size: Sticker Roll - Width-20mm. to 80mm.</li>\r\n	<li>Applicator Device - Up &amp; Down System.</li>\r\n	<li>Conveyor Width - 250mm with Adjustable Guide System.</li>\r\n	<li>Conveyor Belt PVC Endless - Thickness: 2.5mm.</li>\r\n	<li>Main Conveyor Gear Motor: Bonfiglioli (Italy).</li>\r\n	<li>Machine Conveyor &amp; Preshing Device: Variable Speed.</li>\r\n	<li>Production Speed Per Minute Carton Box: 40/50<br />\r\n	<small>(Depend on Weight &amp; Operater Skill)</small></li>\r\n	<li>Minimum Box - 80x80 to Maximum 200x200mm. Approx.</li>\r\n	<li>Carton Box Weight Approx: 100Gm to 2Kg.</li>\r\n	<li>Machine Bottom Side: Caster Wheel Fitting for Easy Movement.</li>\r\n	<li>Machine All Operation Easy &amp; Simple Application System.</li>\r\n	<li>Power Supply: 230 Volts, 1 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:36:59', 1, '2025-07-30 06:55:28'),
(36, 7, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/SUjJqhrxtc0?si=UDOR49yjb5Kcm839\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Carton Labeling Machine-Model-PCL-200', NULL, 'Jfswjm6l.jpg', 'Jfswjm6l.pdf', 'carton_labeling_machine-model-pcl-200', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>FEATURES:</h3>\r\n\r\n<ul>\r\n	<li>High Speed Label Applicator (Servo system) Make Panasonic Carton Accumulators and Bunching System.</li>\r\n	<li>Auto Feeder System and Vacuum Conveyor, Collection System.</li>\r\n	<li>Online Printing (Date, Batch Code, Product, 2 D Code Etc.).</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304. And M.S. Body.</li>\r\n	<li>Machine Size Approx.: Length-3200mm.,Height-1700mm., Width-1100mm.</li>\r\n	<li>Machine Weight Approx.: 600Kg.</li>\r\n	<li>Production Speed: Per Minute 80/100 Carton with Printing.(Depend On Carton Size)</li>\r\n	<li>Min. Carton Size: 100mm. Length &times; 70mm. Width. (Depend On Carton Shape &amp; Size)</li>\r\n	<li>Max. Carton Size: 290mm. Length &times; 200mm. Width.(Depend On Carton Shape &amp; Size)</li>\r\n	<li>Labeling Precision: +- 2mm.</li>\r\n	<li>Vacuum Blower Capacity: 5HP.</li>\r\n	<li>Air Require: 0.5Kg for Applicator.</li>\r\n	<li>Machine Conveyor Gear Motor: Bonfiglioli/Panasonic, Italy.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:38:37', 1, '2025-07-29 12:56:33'),
(37, 7, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Y_4IgvdMBWo?si=v-AE4pK2Y9l6jzEU\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Semi Auto Labeling Machine', NULL, 'xBnyVkF5.jpg', 'xBnyVkF5.pdf', 'semi_auto_labeling_machine', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304. And MS Powder Coated.</li>\r\n	<li>Machine Size: Length-400mm.Width-350mm.Height-550mm..</li>\r\n	<li>Approx Machine Weight: 50 Kg.</li>\r\n	<li>Running Bottle Size: 50ml. to 2LTR.</li>\r\n	<li>Label Size: Width-20mm. x 100mm.Length: 150mm. Max.</li>\r\n	<li>Machine with Hot Stamping Printer Fitting.<br />\r\n	<small>(Batch Code/MRP.)</small></li>\r\n	<li>Four Line Print: Gap Size - 25&times;25mm.</li>\r\n	<li>Speed Per Minute: 20/25 Bottle.<br />\r\n	<small>(Depend on Bottle &amp; Sticker Shape and Size).</small></li>\r\n	<li>Power Supply: Single Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:41:35', 1, '2025-07-29 12:56:43'),
(38, 7, '', 'Semi Auto Top Labelling Machine', NULL, 'pMGYxfAD.jpg', 'pMGYxfAD.pdf', 'semi_auto_top_labelling_machine', '<h3 class=\"mt-3\">TECHNICAL SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-700mm.Width- 600mm.Height- 1000mm.</li>\r\n	<li>Lable Per Minute Approx- 20/40. (Depend on Operator Skill).</li>\r\n	<li>Label Acuracy- +- 1mm.</li>\r\n	<li>Label Roll Inner Diameter- 75mm.</li>\r\n	<li>Maximum Label Roll Out Diameter- 250mm.</li>\r\n	<li>Product Size- Height-180mm.</li>\r\n	<li>Wide Of Label- 200 to 120mm.</li>\r\n	<li>Machine Weight: 35KG. Approx.</li>\r\n	<li>Air Required- 3KG. Approx.</li>\r\n	<li>Power Supply: Single Phase, 230Volts, 50HZ.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:43:13', 1, '2025-07-30 06:58:25'),
(39, 7, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/QKLN0r0_KDw?si=iLYzQo6ywiOiJi2o\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Top Labeling Machine-Model-PTLM-150', NULL, 'xWb1JomE.jpg', 'xWb1JomE.pdf', 'top_labeling_machine-model-ptlm-150', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Top Side Sticker Labeling for Carton, Pouch &amp; Paper.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-2100mm., Width-550mm., Height-1500mm.</li>\r\n	<li>Full Vacuum System-Feeder and Machine Conveyor.</li>\r\n	<li>High Speed Label Applicator(for labeling).</li>\r\n	<li>Self Adhesive Sticker Labeling Machine.</li>\r\n	<li>Sticker Size: Minimum Width-20mm.&times;80mm.</li>\r\n	<li>Maximum Length-30mm.&times;150mm.</li>\r\n	<li>Carton and Pouch Size: Minimum Width-80mm.&times;10mm.</li>\r\n	<li>Maximum Length-230mm.&times;200mm.<br />\r\n	<small>(Depend on Carton and Pouch Shape and Size). </small></li>\r\n	<li><small>Per Minute Speed: 100/150.</small></li>\r\n	<li><small>Vacuum Blower: 2 HP.</small></li>\r\n	<li><small>Power Supply: 3 Phase, 415 Volts.</small></li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:44:57', 1, '2025-07-30 06:59:49'),
(40, 7, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/6xRdTLRfbSA?si=9z9R5-EF9pIQJtux\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Top Labelling Vertical Type Machine', NULL, '7wNTx0C5.jpg', '7wNTx0C5.pdf', 'top_labelling_vertical_type_machine', '<p>TOP LABELLING (VERTICAL TYPE) MACHINE-MODEL-PTLM-80</p>\r\n\r\n<h3>USE FOR:</h3>\r\n\r\n<ul>\r\n	<li>Pvc Tube &amp; Bottles</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Self Adhesive Sticker Labelling Machine.</li>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-2100mm., Width-800mm., Height-1650mm.</li>\r\n	<li>Automatic Feeding System.</li>\r\n	<li>Sticker Size Approx.:</li>\r\n	<li>Minimum Width-30mm.&times;125mm.</li>\r\n	<li>Maximum Length-30mm.&times;150mm.</li>\r\n	<li>Production Speed: 80/100 Per Minute.<br />\r\n	<small>(Depend on product shape &amp; size) </small></li>\r\n	<li><small>HMI &amp; PLC Base System.</small></li>\r\n	<li><small>Machine Weight: 400KG. Approx.</small></li>\r\n	<li><small>Power Supply: Single Phase, 230Volts, 50/60HZ.</small></li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:47:13', 1, '2025-07-30 07:00:37'),
(41, 8, '', 'Leak Check Machine Wheel Type', NULL, '7V4MqjHF.jpg', '7V4MqjHF.pdf', 'leak_check_machine_wheel_type', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>IV (Saline Bottle)</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-2200mm., Width-600mm., Height-1300mm.</li>\r\n	<li>Wheel Type Leak Check Testing System.</li>\r\n	<li>Conveyor Belt: S.S. 304, Width-90mm.</li>\r\n	<li>With Adjustable Guide.</li>\r\n	<li>Power Supply: Single Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:49:38', 1, '2025-07-30 07:02:07'),
(42, 8, '', 'Leak Testing Machine Belt Type', NULL, '2JPBHIrA.jpg', '2JPBHIrA.pdf', 'leak_testing_machine_belt_type', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries (Glucose Saline Bottle)</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Structure Stainless Steel 304.</li>\r\n	<li>Machine Size Approx: Length-2000mm., Width-500mm., Height-1300mm.</li>\r\n	<li>Belt Type: PVC Endless</li>\r\n	<li>Belt Size: Width-200mm.</li>\r\n	<li>Conveyor with Adjustable Guide System.</li>\r\n	<li>Gear Motor: Bonfiglioli Italy.</li>\r\n	<li>Speed: Variable.</li>\r\n	<li>AC Drive: Delta Make.</li>\r\n	<li>Top Side Pressure Adjustable Pressing Device (Manual System).</li>\r\n	<li>Power Supply: 230 Volts, Single Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:50:21', 1, '2025-07-30 07:03:02'),
(43, 9, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Vvo1mDxeEeM?si=BXTeyNftoFaJ_Hgo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Automatic 2 Head Vial Liquid Filling and Stoppering and Capping Machine-Model-PALVFS-30', NULL, '1iUgvLPa.jpg', '1iUgvLPa.pdf', 'automatic_2_head_vial_liquid_filling_and_stoppering_and_capping_machine-model-palvfs-30', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharmaceutical Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Machine Structure Stainless Steel 304.</li>\r\n	<li>Machine Size Approx: Length-2500mm., Width-1800mm., Height-2000mm.</li>\r\n	<li>Machine Attached with Laminar Air Flow.</li>\r\n	<li>Machine Speed Per Minute: 30/40.(Depend on Vial Shape &amp; Size)</li>\r\n	<li>PLC &amp; HMI Based Control System. (Make Delta)</li>\r\n	<li>Power Supply: 415 Volts, 3 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:52:02', 1, '2025-07-30 07:04:29'),
(44, 9, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Qcwa3OaC3ow?si=IsulTYe2_Q2NtKHw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Paste Filling Machine-2 Head', NULL, 'WvJImRSK.jpg', 'WvJImRSK.pdf', 'paste_filling_machine-2_head', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Food Industries.</li>\r\n	<li>Sauce/Chyawanprash/Cream Filling/Paste Filling.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size : Length-700mm., Width-600mm., Height-1800mm. Approx.</li>\r\n	<li>Jar Size: OD-40mm.&times;100mm.<br />\r\n	<small>(Depend on Jar Shape &amp; Size).</small></li>\r\n	<li>Jar Height: 80mm. to 200mm.</li>\r\n	<li>Filling Range: 250/500 Gm. To 1 Kg.</li>\r\n	<li>Speed Per Minute: 20/30 Jar.<br />\r\n	<small>(Depend on Paste Material).</small></li>\r\n	<li>Filling Accuracy: +-1/4%.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:54:23', 1, '2025-07-30 07:06:11');
INSERT INTO `tbl_brochure` (`id`, `product_id`, `video_link`, `pro_title`, `banner_image`, `image`, `image_link`, `slug_url`, `content`, `status`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(45, 9, '', 'Semi Auto Liquid Filling Machine', NULL, 'ijaS3dLh.jpg', 'ijaS3dLh.pdf', 'semi_auto_liquid_filling_machine', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size : Length-500mm., Width-500mm., Height-400mm.</li>\r\n	<li>Filling Capacity 50ml To 250ml.</li>\r\n	<li>Gearbox &amp; Motor.</li>\r\n	<li>Verbally Speed.</li>\r\n	<li>Syringe 250ml.(2-Set/S.S. 316)</li>\r\n	<li>Bottle Adjustable Guide.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:54:51', 1, '2025-07-30 07:07:04'),
(46, 10, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/xxtd-UQxh10?si=vhfE6OikSZHyDL83\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Semi Automatic Auger Powder Filling Machine', NULL, 'R40WU1Tq.jpg', 'R40WU1Tq.pdf', 'semi_automatic_auger_powder_filling_machine', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size : Length-600mm., Width-600mm., Height-1600mm.</li>\r\n	<li>Filling Capacity: 01 Gm. To 1000 Gm.</li>\r\n	<li>Filling Accuracy: + - 1/2%.</li>\r\n	<li>Speed Per Minute: 20 to 40 Bottle.<br />\r\n	<small>(Depend on Power Quality).</small></li>\r\n	<li>Hopper Capacity: 15 Kg.</li>\r\n	<li>Parts Removable for Auto Cleaning.</li>\r\n	<li>HMI, PLC Base System and Servo Motor.</li>\r\n	<li>Power Supply: 3 Phase 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-26 05:59:41', 1, '2025-07-30 07:08:34'),
(47, 10, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/6EoFNpZ94Bk?si=aV2XaH8WNxXvPnre\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Automatic Single Head Auger Type Powder Filling Machine', NULL, 'Dm0RsyMH.jpg', 'Dm0RsyMH.pdf', 'automatic_single_head_auger_type_powder_filling_machine', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size : Length-1500mm., Width-1600mm., Height-800mm.</li>\r\n	<li>Single Track Slate Conveyor: Length-5 Ft.</li>\r\n	<li>Filling Head with Hopper Capacity: 15 to 20 Kg. Approx.</li>\r\n	<li>Servo Motor: 750 Volts. (Panasonic)</li>\r\n	<li>Star Wheel Drive with HMI-PLC Based Operating System.</li>\r\n	<li>Having No Bottle No Fill. The Washed Container/Bottle.</li>\r\n	<li>Mode In A Liner Motion On The Conveyor Will Be Sensed.</li>\r\n	<li>By Sensor, Which Gives Signal To The Servo Motor.</li>\r\n	<li>To Rotate The Augur For Output Of 20 to 35 Bottles/Min.</li>\r\n	<li>Having 1 % to 2% Accuracy.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:33:07', 1, '2025-07-30 07:09:48'),
(48, 11, '', 'Material Handling Trolley', NULL, '0WCH4fvx.jpg', '0WCH4fvx.pdf', 'material_handling_trolley', '<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size : Length-900mm., Width-927mm., Height-650mm.</li>\r\n	<li>Trolley Weight Approx.: 23Kg.</li>\r\n	<li>Trolley Wheel Size: 150mm.</li>\r\n	<li>Trolley Wheel: 4. (2-with Break/2-without Break).</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:34:46', 1, '2025-07-30 07:10:42'),
(49, 11, '', 'S.S. Barrel', NULL, 'lYoNTg0G.jpg', 'lYoNTg0G.pdf', 's.s._barrel', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Powder.</li>\r\n	<li>Food Powder.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 316L-1.5mm. Thickness.</li>\r\n	<li>Barrel Size: Height-35inch. &times; 22.5inch. Round.</li>\r\n	<li>Barrel Approx Weight: 21.500 Kg.</li>\r\n	<li>Barrel Top Side: Close and Open Cover with S.S. Lock Ring with Silicon Gasket.</li>\r\n	<li>Capacity: 210 LTR.</li>\r\n	<li>Outside Mirror Policing and Inside Mat Policing Work.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:35:15', 1, '2025-07-29 12:51:44'),
(50, 11, '', 'S.S. Box Trolley', NULL, 'SBOZ3iMf.jpg', 'SBOZ3iMf.pdf', 's.s._box_trolley', '<p>All Type of Size Available as per Customer Requirement.</p>\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n	<li>Chemical Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Structure Stainless Steel 304.</li>\r\n	<li>Size: Length-1020mm.(with Handle), Width-680mm., Height-883mm.</li>\r\n	<li>Bottom Side Caster Wheels.</li>\r\n	<li>Top Side Door.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:36:28', 1, '2025-07-30 07:13:30'),
(51, 12, '', 'Automatic 4 Head Screw Capping Machine-Model-PEC-150', NULL, '2judeNwn.jpg', '2judeNwn.pdf', 'automatic_4_head_screw_capping_machine-model-pec-150', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-1530mm., Height-1900mm., Width-815mm.</li>\r\n	<li>Production Rate: Up to 100 Bottle Per Minute.</li>\r\n	<li>Number Of Sealing Head: 4 Head.</li>\r\n	<li>Screw Cap Diameter: 22mm. To 100mm. (With the help of change part)</li>\r\n	<li>Bottle Diameter: 22mm. To 100mm. Max.</li>\r\n	<li>Bottle Height: 55mm. To 250mm. Max.</li>\r\n	<li>Height Of Conveyor: Adjustable from 800 To 850mm.</li>\r\n	<li>Electrical Supply: 1HP For Main Drive, 0.25 HP For Orientation Unit.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts. (4 Wire System) 50HZ.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:38:15', 1, '2025-07-29 12:51:18'),
(52, 13, '', 'Semi Automatic Shrink Tunnel Machine Belt Type', NULL, 'ms538Dhi.jpg', 'ms538Dhi.pdf', 'semi_automatic_shrink_tunnel_machine_belt_type', '<h3 class=\"mt-3\">SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure: MS. Powder Coated.</li>\r\n	<li>Machine Size: Length-920mm., Width-450mm., Height-800mm.</li>\r\n	<li>Teflon Endless Conveyor Belt.</li>\r\n	<li>Simple ON/OFF Control System.</li>\r\n	<li>Conveyor Speed: Adjustable.</li>\r\n	<li>Shrink Gap Size: 8x8 Inch.</li>\r\n	<li>Temperature Control Pannel.</li>\r\n	<li>Machine Air Blower Gear Motor: 0.18HP.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volt.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:41:55', 1, '2025-07-30 07:29:38'),
(53, 13, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IMmKb0KY_ec?si=bVtAvsfAeUwx79wZ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Shrink Tunnel Machine', NULL, 'Pol8SwAd.jpg', 'Pol8SwAd.pdf', 'shrink_tunnel_machine', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure MS Powder Coated.</li>\r\n	<li>Machine Size Approx.: Length-1371mm., Height-1300mm. Width-914mm.</li>\r\n	<li>Shrink Gape Size 350&times;300mm.</li>\r\n	<li>Main Conveyor Silicon Roller Type System, Two Roller Gape 10mm.</li>\r\n	<li>Roller Conveyor Gear Motor 0.25HP.</li>\r\n	<li>Main Heater Controller Make Maltispan.</li>\r\n	<li>Machine Air Blower 0.25HP Motor.</li>\r\n	<li>Machine Fully Variable Speed Control.</li>\r\n	<li>Machine Body With Back Side Caster Wheel.</li>\r\n	<li>Intelligence Temperature Control and AC Drive Variably Speed.</li>\r\n	<li>Shrink Reaping Machine Adopts Single Hot Wind Tunnel.</li>\r\n	<li>Tunnel Conveyor Speed Per Minute 0-10 Mtr.</li>\r\n	<li>Conveyor Load 8Kg. Capacity.</li>\r\n	<li>Power Supply: 3 Phase, 415 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:44:39', 1, '2025-07-29 12:50:56'),
(54, 14, '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/trf-gnkt04w?si=S0vZ2gTc1gCRnkfr\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 'Heavy Duty Rotary Turn Table', NULL, 'fC1TmOQd.jpg', 'fC1TmOQd.pdf', 'heavy_duty_rotary_turn_table', '<h3 class=\"mt-3\">USE FOR:</h3>\r\n\r\n<ul>\r\n	<li>Bearing Industries</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure: M/S. Powder Coated.</li>\r\n	<li>Disc Material: Highlem, fitted with an Aluminum plate.</li>\r\n	<li>Round Shell Material: S.S.</li>\r\n	<li>Size Approx.: Height: 1320mm.</li>\r\n	<li>Disc Diameter: 1150mm.</li>\r\n	<li>Shell Size: 75mm Round.</li>\r\n	<li>Speed: Variable.</li>\r\n	<li>AC Drive: Delta Make.</li>\r\n	<li>Power Supply: 230 Volts, Single Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:47:08', 1, '2025-07-30 07:31:19'),
(55, 14, '', 'Turn Table', NULL, 'A2pHZ4kU.jpg', 'A2pHZ4kU.pdf', 'turn_table', '\r\n<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure: S.S. 304.</li>\r\n	<li>Table Size: Height-930mm.<br />\r\n	<small>( Total Height without Leveling Bolt.)</small></li>\r\n	<li>Round-900mm.</li>\r\n	<li>Body Leg To Disk Surface Height: 775mm.<br />\r\n	<small>(Without Leaving Bolt)</small></li>\r\n	<li>Leveling Bolt:16mm. No-3.</li>\r\n	<li>Variable Speed: Ac Drive.</li>\r\n	<li>Power Supply: Single Phase. 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:49:08', 1, '2025-07-29 12:49:25'),
(56, 14, '', 'Turn Table 36 Inch', NULL, 'OV7nUsdk.jpg', 'OV7nUsdk.pdf', 'turn_table_36_inch', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Bottle Feeding.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-900mm., Width-900mm., Height-850mm.</li>\r\n	<li>Variable Speed with AC Drive.</li>\r\n	<li>Bottle Running Size: 25mm. to 100mm. Round,</li>\r\n	<li>50mm. to 150mm. Height.</li>\r\n	<li>Power Supply: Single Phase, 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:49:40', 1, '2025-07-30 07:33:39'),
(57, 14, '', 'Turn Table With Loading Tray', NULL, 'gJjERotM.jpg', 'gJjERotM.pdf', 'turn_table_with_loading_tray', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure: S.S. 304.</li>\r\n	<li>Table Size: Height-930mm., Round-900mm.<br />\r\n	<small>( Total Height without Leveling Bolt.)</small></li>\r\n	<li>Body Leg To Disk Surface Height: 775mm.<br />\r\n	<small>(Without Leaving Bolt)</small></li>\r\n	<li>Leveling Bolt:16mm. No-3.</li>\r\n	<li>Variable Speed: Ac Drive.</li>\r\n	<li>Power Supply: Single Phase. 230 Volts.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:50:26', 1, '2025-07-30 07:34:20'),
(58, 15, '', 'Hopper Type Washing Machine', NULL, 'a6N5fBVw.jpg', 'a6N5fBVw.pdf', 'hopper_type_washing_machine', '<h3 class=\"mt-3\">APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n	<li>Food Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure: S.S. 304.</li>\r\n	<li>Hopper Material: 316 L -2mm.</li>\r\n	<li>Machine Size: Length-1000mm., Height-1780mm., Width-1188mm.</li>\r\n	<li>Main Gear Motor Fitting Of Rotating Hopper.</li>\r\n	<li>Clock &amp; Anti Clock Rotating Motorized System.</li>\r\n	<li>AC Drive Variable Speed. (Make Delta)</li>\r\n	<li>Hopper Top Cover Lock Clamp System.</li>\r\n	<li>Air Steam Pressure: 4 to 5 KG.</li>\r\n	<li>Hopper Outside/Inside Matt Finish Polish Work.</li>\r\n	<li>Power Supply: 415 Volts, 3 Phase.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:52:22', 1, '2025-07-30 07:35:37'),
(59, 15, '', 'Pre Washing Machine Hopper Type', NULL, 'QYbJN02i.jpg', 'QYbJN02i.pdf', 'pre_washing_machine_hopper_type', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Contact Part: 316L</li>\r\n	<li>Machine Size Approx.: Length-855mm.x 855mm., Height-1350mm.</li>\r\n	<li>Hopper Size: OD-760mm. Height-600mm.</li>\r\n	<li>Hopper Out Side Over Flow Water Outlet Six Lane Pipe System.</li>\r\n	<li>Washing Rubber Outlet Pipe: 100mm OD.</li>\r\n	<li>Elbow Back Side: 25mm.Water Inject Connection With Air Venture Connection.</li>\r\n	<li>Top Side Simple Cover.</li>\r\n</ul>\r\n\r\n<h3>NOTE:</h3>\r\n\r\n<ul>\r\n	<li>Air and Water Line Costumer Scope</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:53:18', 1, '2025-07-30 07:36:36'),
(60, 15, '', 'Pre Washing Machine Hopper Type With Ultrasonic System', NULL, 'hkLYwVrx.jpg', 'hkLYwVrx.pdf', 'pre_washing_machine_hopper_type_with_ultrasonic_system', '<h3>APPLICATION:</h3>\r\n\r\n<ul>\r\n	<li>Pharma Industries. Rubber Stopper.</li>\r\n</ul>\r\n\r\n<h3>SPECIFICATIONS:</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Contact Part: 316L</li>\r\n	<li>Machine Size Approx.: Length-855mm., Height-2000mm., Width-855mm.</li>\r\n	<li>Over Flow Water Outlet One Lane Pipe System.</li>\r\n	<li>Elbow Back Side: 25mm. Water Inject Connection With Air Venture Connection.</li>\r\n	<li>Main Hopper Size: 900mm. OD.</li>\r\n	<li>Top Side Door: Open and Close, Up and Down, Gear with Handle System.</li>\r\n	<li>Top Door Bottom Side Ultrasonic Devise System.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-07-27 05:53:52', 1, '2025-07-30 07:37:19'),
(62, 13, '', 'Semi Automatic Shrink Tunnel Machine Roller Type', NULL, '1tA54RhJ.jpg', '8WYAOCrq.pdf', 'semi_automatic_shrink_tunnel_machine_roller_type', '<h3 class=\"mt-3\">Specifications</h3>\r\n<ul>\r\n    <li>Body Structure: MS. Powder Coated.</li>\r\n    <li>Machine Size: Length-915mm., Width-360mm., Height-740mm.</li>\r\n    <li>Silicone Type Conveyor Roller.</li>\r\n    <li>Conveyor Roller Between Gap: 25mm.</li>\r\n    <li>Conveyor Speed: Adjustable.</li>\r\n    <li>Shrink Gap Size: 200x200mm.</li>\r\n    <li>Temperature Control Pannel.</li>\r\n    <li>Machine Air Blower Gear Motor: 0.18H .</li>\r\n    <li>Power Supply: Single Phase, 230Volt.</li>\r\n</ul>', 'Active', 0, 1, '2025-07-30 04:36:51', 1, '2025-07-30 04:44:56'),
(64, 5, '', 'Plunger Inspection Machiness', NULL, 'Njsv1HeM.jpg', 'Njsv1HeM.pdf', 'plunger_inspection_machiness', '<h3 class=\"mt-3\">Specifications</h3>\r\n\r\n<ul>\r\n	<li>Body Structure Stainless Steel 304.</li>\r\n	<li>Machine Size: Length-2100mm. Width-800mm. Height-1650mm.</li>\r\n	<li>Automatic Feeding System.</li>\r\n	<li>High Speed Label Applicator(for labelling).</li>\r\n	<li>Self Adhesive Sticker Labelling Machine.</li>\r\n	<li>Sticker Size Approx.: Minimum Width-30mm.&times;125mm. Maximum Length-30mm.x150mm.</li>\r\n	<li>Production Speed: 80/100 Per Minute.</li>\r\n	<li>HMI &amp; PLC Base System.</li>\r\n	<li>Machine Weight: 400KG. Approx.</li>\r\n	<li>Power Supply: Single Phase, 230Volts, 50/60HZ.</li>\r\n</ul>\r\n', 'Active', 0, 1, '2025-08-23 06:17:49', 1, '2025-12-16 08:23:23'),
(63, 15, '', 'Rubber Stopper Washing Conveyor', NULL, 'e2m5jszV.jpg', 'e2m5jszV.pdf', 'rubber_stopper_washing_conveyor', '<h3 class=\"mt-3\">Technical Specifications</h3>\r\n<ul>\r\n    <li>Body Structure: S.S. 304</li>\r\n    <li>Machine Size: Length-2180mm, Width-630mm, Height-1330mm</li>\r\n    <li>Conveyor Belt Width: 340mm - Modular Belt</li>\r\n    <li>Main Gear Motor: Bonfiglioly Itely</li>\r\n    <li>AC Drive: Make Delta (Variable Speed)</li>\r\n    <li>Top Side Spraying System: Spray Unit - 4 Nos.</li>\r\n    <li>Spray Unit Size: 300x300mm</li>\r\n    <li>Top Side Loading Hopper Capacity Approx.: 10kg to 15kg</li>\r\n    <li>Power Supply: Single Phase 230V</li>\r\n</ul>', 'Active', 0, 1, '2025-07-30 04:52:01', 1, '2025-07-30 04:53:51');

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

--
-- Table structure for table `tbl_category`
--

CREATE TABLE `tbl_category` (
  `id` int(11) NOT NULL,
  `category_name` varchar(255) NOT NULL,
  `order_id` int(11) NOT NULL,
  `status` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_category`
--

INSERT INTO `tbl_category` (`id`, `category_name`, `order_id`, `status`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'industry', 1, 'Active', 0, 1, '2024-05-06 09:08:45', 1, '2024-05-06 09:27:12'),
(2, 'Corporate', 2, 'Active', 0, 1, '2024-05-06 09:24:34', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_category_gallary`
--

CREATE TABLE `tbl_category_gallary` (
  `id` int(11) NOT NULL,
  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `position_cat` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `tbl_category_gallary`
--

INSERT INTO `tbl_category_gallary` (`id`, `name`, `position_cat`) VALUES
(1, 'Foreign Customer Visit', 3),
(3, 'Foreign Customer Visit', 2),
(4, 'Asphalt Drum Mix Plant', 1);

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

--
-- Table structure for table `tbl_cms`
--

CREATE TABLE `tbl_cms` (
  `id` int(11) NOT NULL,
  `title_en` varchar(255) NOT NULL,
  `title_th` varchar(100) NOT NULL,
  `banner_title_en` text,
  `banner_title_th` text,
  `banner_description_en` text,
  `banner_description_th` text,
  `banner_image` varchar(255) DEFAULT NULL,
  `mobile_banner_img` varchar(255) NOT NULL,
  `home_second_section_en` text,
  `home_second_section_th` text,
  `home_third_section_en` text,
  `home_third_section_th` text,
  `home_fourth_section_en` text,
  `home_fourth_section_th` text,
  `home_fifth_section_en` text,
  `home_fifth_section_th` text,
  `home_sixth_section_en` text,
  `home_sixth_section_th` text,
  `content_en` text,
  `content_th` text,
  `contact_iframe_1` text,
  `status` varchar(255) DEFAULT NULL,
  `createdBy` int(11) DEFAULT '1',
  `createdDtm` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updatedBy` int(11) DEFAULT '11',
  `updatedDtm` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_cms`
--

INSERT INTO `tbl_cms` (`id`, `title_en`, `title_th`, `banner_title_en`, `banner_title_th`, `banner_description_en`, `banner_description_th`, `banner_image`, `mobile_banner_img`, `home_second_section_en`, `home_second_section_th`, `home_third_section_en`, `home_third_section_th`, `home_fourth_section_en`, `home_fourth_section_th`, `home_fifth_section_en`, `home_fifth_section_th`, `home_sixth_section_en`, `home_sixth_section_th`, `content_en`, `content_th`, `contact_iframe_1`, `status`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(15, 'Home', '+I2A#', '<h1 class=\"main-headline\">Where Smart<br />\r\nBusiness Begins</h1>\r\n', '<h1 class=\"main-headline\">Where Smart<br />\r\nBusiness Begins</h1>\r\n', '<div class=\"left-sub-text\">Business inspiration is closer than you think</div>\r\n\r\n<div class=\"right-description\">\r\n<p>Start your business in a space that <b> fuels your ideas and inspiration</b><br />\r\n&mdash; giving you the freedom to shape your image, your way.</p>\r\n\r\n<div class=\"homebannerblue-line\">&nbsp;</div>\r\n</div>\r\n', '<div class=\"left-sub-text\">A#12%C@7H-8#45H-"9HC%I'H25H84</div>\r\n\r\n<div class=\"right-description\">\r\n<p>@#4H!I8#4 2%1)L!7--2
55H<b>8--ADI</b><br />\r\nI'"7I5H-4*#05H0-*-8D-@5"<br class=\"d-block d-lg-none\" />\r\nA%0A#12%C</p>\r\n\r\n<div class=\"homebannerblue-line\">&nbsp;</div>\r\n</div>\r\n', '397home-header.jpg', '416mobile-home-banner.jpg', '<section class=\"home-make-every-step-section section-padding-top pb-5 mb-5 \">\r\n<div class=\"container px-3 px-lg-4\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-3 ps-2 pe-0\">\r\n<p class=\"firstp\"><span>&ldquo; </span>Make Every Step<br />\r\nof Your Business<br />\r\na Strong One <b>From<br />\r\nthe Very Start </b><span>&rdquo;</span></p>\r\n\r\n<div class=\"blueline-divider\">&nbsp;</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 pe-md-0\">\r\n<div class=\"hero-image-box\"><img alt=\"Business\" class=\"d-none d-lg-block\" src=\"assets/image/home/home-d-Intro.png\" /> <img alt=\"Business\" class=\"d-block d-lg-none\" src=\"assets/image/home/home-mo-Intro.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5\">\r\n<div class=\"hero-info-box \">\r\n<div class=\"hero-info-title\">Confidently Build Your Business <span>with a Team that Cares and Supports Your Every Step of the Way.</span></div>\r\n\r\n<div class=\"hero-quote-box\">\r\n<p>&ldquo; I am truly excited and hopeful that Nouvo Spaces will have the opportunity to support you and your business. &rdquo;</p>\r\n</div>\r\n\r\n<p class=\"hero-author\">Selected Lines from &ldquo;From Our CEO, With Heart&rdquo;<br />\r\n&mdash; Chatchawan Pisitpaisankun (CEO)</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"home-make-every-step-section section-padding-top pb-5 mb-5\">\r\n<div class=\"container px-3 px-lg-4\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-3 ps-2 pe-0\">\r\n<p class=\"firstp\"><span>&ldquo; </span>3C+I8"H2I2'<br />\r\n-8#48<br />\r\n!1HDI<br />\r\n<b>1IAHI2'A# </b><span>&rdquo;</span></p>\r\n\r\n<div class=\"blueline-divider\">&nbsp;</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 pe-md-0\">\r\n<div class=\"hero-image-box\"><img alt=\"Business\" class=\"d-none d-lg-block\" src=\"assets/image/home/home-d-Intro.png\" /> <img alt=\"Business\" class=\"d-block d-lg-none\" src=\"assets/image/home/home-mo-Intro.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5\">\r\n<div class=\"hero-info-box \">\r\n<div class=\"hero-info-title\"><span>@#4H!I*#I28#4CA	1-8-"H2</span> !1HC D#I1'% <span>I'"5!25H@I2CA%0C*HCC81I-</span></div>\r\n\r\n<div class=\"hero-quote-box\">\r\n<p>@7H-!-#0*2#L5H55H*8A%0*1*8'2!*3@#G-8#4-H2%-@*I2 !7H@IA%0+'1'H2 9B'H *@*@* 0DI!5B-2*#1C
I8H2#1</p>\r\n</div>\r\n\r\n<p class=\"hero-author\">2*H'2 &ldquo;2C CEO 6%9I2-@#2&rdquo;<br />\r\n&mdash; 
1
'2%"L 4*4D(2%8% (CEO)</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"home_club_nouvo_ceo_section section-padding-top\">\r\n<div class=\"container-fluid px-3 px-lg-0\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 order-2 order-lg-1\">\r\n<div class=\"leftimg\"><img alt=\"Business\" class=\"d-none d-lg-block\" src=\"assets/image/home/home-ceo-desk.png\" />\r\n<div class=\"blue_box1\">\r\n<p><b>Special Offer!</b></p>\r\n\r\n<p>Sign Up for 1 Year, Enjoy 1 More Year for <span>Free!</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 pe-lg-5  order-1 order-lg-2\">\r\n<div class=\"rightcontent\">\r\n<p class=\"blue_box2\">Recommended</p>\r\n\r\n<p class=\"heading_ceo\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"blueline_ceo\">&nbsp;</div>\r\n\r\n<p class=\"content-text\">A club designed for new CEOs to step confidently into business &mdash; with exclusive member benefits.</p>\r\n<img alt=\"Business\" class=\"content-text-mobile d-block d-lg-none\" src=\"assets/image/home/home-ceo-mo.png\" />\r\n<div class=\"club_ulli\">\r\n<div class=\"d-flex items-start \">\r\n<div class=\"text-gray-600\"><img alt=\"document image\" src=\"assets/image/home/ceo_document.svg\" /></div>\r\n\r\n<p class=\"text-gray-800 leading-relaxed\"><span class=\"font-bold\">Free setup: </span>From company name booking to registration &mdash; all taken care of.</p>\r\n</div>\r\n\r\n<div class=\"d-flex items-start \">\r\n<div class=\"text-gray-600\"><img alt=\"ceo_discount\" src=\"assets/image/home/ceo_discount.svg\" /></div>\r\n\r\n<p class=\"text-gray-800 leading-relaxed\"><span class=\"font-bold\">Exclusive deals: </span>Discounts on beautiful, state-of-the-art meeting rooms to impress from day one.</p>\r\n</div>\r\n\r\n<div class=\"d-flex items-start \">\r\n<div class=\"text-gray-600 \"><img alt=\"ceo_people\" class=\"mu_per_img\" src=\"assets/image/home/ceo_people.svg\" /></div>\r\n\r\n<p class=\"text-gray-800 leading-relaxed\"><span class=\"font-bold\">Seamless communication: </span>Powered by a modern phone system.</p>\r\n</div>\r\n\r\n<div class=\"d-flex items-start \">\r\n<div class=\"text-gray-600\"><img alt=\"\" class=\"mu_per_img1\" src=\"assets/image/home/ceo_familystar.svg\" /></div>\r\n\r\n<p class=\"text-gray-800 leading-relaxed\"><label class=\"font-bold text-blue-400\">And more:</label> Enjoy additional exclusive member perks.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"home_club_nouvo_ceo_section section-padding-top\">\r\n<div class=\"container-fluid px-3 px-lg-0\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 order-2 order-lg-1\">\r\n<div class=\"leftimg\"><img alt=\"Business\" class=\"d-none d-lg-block\" src=\"assets/image/home/home-ceo-desk.png\" />\r\n<div class=\"blue_box1\">\r\n<p><b>B#B!
14@()!</b></p>\r\n\r\n<p>@I2#H'!*!2
4%1 1 5 A! 1 5 <span>#5!</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 pe-lg-5  order-1 order-lg-2\">\r\n<div class=\"rightcontent\">\r\n<p class=\"blue_box2\">%15H@#2 9!4C3@*-</p>\r\n\r\n<p class=\"heading_ceo\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"blueline_ceo\">&nbsp;</div>\r\n\r\n<p class=\"content-text\">%15H--A!2@7H-C+I CEO C+!HI2'*9H@*I2A+H8#4-"H2!1HCI'"*44#0B"
L!2!2"@	20*!2
4</p>\r\n<img alt=\"Business\" class=\"content-text-mobile d-block d-lg-none\" src=\"assets/image/home/home-ceo-mo.png\" />\r\n<div class=\"club_ulli\">\r\n<div class=\"d-flex items-start \">\r\n<div class=\"text-gray-600\"><img alt=\"document image\" src=\"assets/image/home/ceo_document.svg\" /></div>\r\n\r\n<p class=\"text-gray-800 leading-relaxed\"><span class=\"font-bold\">9A%#5 </span>@#29A%C+I1IAH-
7H-0@5"#4)1A%I'@*#G</p>\r\n</div>\r\n\r\n<div class=\"d-flex items-start \">\r\n<div class=\"text-gray-600\"><img alt=\"ceo_discount\" src=\"assets/image/home/ceo_discount.svg\" /></div>\r\n\r\n<p class=\"text-gray-800 leading-relaxed\"><span class=\"font-bold\">*H'%4@() </span>+I-#0
8!+#9@7H-2#*#I2'2!#01C1IAHA#@+G</p>\r\n</div>\r\n\r\n<div class=\"d-flex items-start \">\r\n<div class=\"text-gray-600\"><img alt=\"ceo_people\" class=\"mu_per_img\" src=\"assets/image/home/ceo_people.svg\" /></div>\r\n\r\n<p class=\"text-gray-800 leading-relaxed\"><span class=\"font-bold\">-4*#0A+H2#@
7H-!H- </span>I'"#0B#(1L-1B!14*81*!1"</p>\r\n</div>\r\n\r\n<div class=\"d-flex items-start \">\r\n<div class=\"text-gray-600\"><img alt=\"\" class=\"mu_per_img1\" src=\"assets/image/home/ceo_familystar.svg\" /></div>\r\n\r\n<p class=\"text-gray-800 leading-relaxed\"><label class=\"font-bold text-blue-400\">A%0 </label> *44#0B"
L-7HF5H#-8-5!2!2"</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"home_tailored_services_section section-margin-top  services-wrapper\">\r\n<div class=\"section-intro\">\r\n<p class=\"sub-textmobile\">Tailored Services for Every Goal and<br />\r\nInspiration</p>\r\n\r\n<div class=\"title-content\">\r\n<p class=\"sub-text\">Tailored Services for Every Goal and Inspiration</p>\r\n\r\n<h2 class=\"main-title\">Drive Your Business with the Right Choice</h2>\r\n</div>\r\n\r\n<div class=\"top-buttons d-none d-lg-block\"><a class=\"btn-outline_explore\" href=\"product/all-of-our-products-and-services\" target=\"_blank\">Explore All</a> <a class=\"btn-outline_plans\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Compare Plans</a></div>\r\n</div>\r\n\r\n<div class=\"services-layout\">\r\n<p class=\"d-block d-lg-none club-built-title\">Club Built for Members</p>\r\n\r\n<div class=\"card card-dark d-block d-lg-none\">\r\n<div class=\"offer-badge\">\r\n<p class=\"offer-badge1\">Buy 1 Year,</p>\r\n\r\n<p class=\"offer-badge2\">Get 1 Free</p>\r\n</div>\r\n<img alt=\"CEO\" src=\"assets/image/home/pro-1.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Club Nouvo CEO</h3>\r\n\r\n<p class=\"card-desc\">An exclusive club for new CEOs starting smoothly and professionally &mdash; with <b>member-only benefits.</b></p>\r\n\r\n<div class=\"card-actions\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Join Us Now</a> <a class=\"btn-link-more\" href=\"product/club-nouvo-ceo\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row  services-desktop-card d-none d-lg-inline-flex px-lg-1\">\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-dark \">\r\n<div class=\"offer-badge\">\r\n<p class=\"offer-badge1\">Buy 1 Year,</p>\r\n\r\n<p class=\"offer-badge2\">Get 1 Free</p>\r\n</div>\r\n<img alt=\"CEO\" src=\"assets/image/home/pro-1.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Club Nouvo CEO</h3>\r\n\r\n<p class=\"card-desc\">An exclusive club for new CEOs starting smoothly and professionally &mdash; with <b>member-only benefits.</b></p>\r\n\r\n<div class=\"card-actions\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Join Us Now</a> <a class=\"btn-link-more\" href=\"product/club-nouvo-ceo\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Office\" src=\"assets/image/home/pro-2.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Serviced Office</h3>\r\n\r\n<p class=\"card-desc\">Get started fast with your team in a fully-equipped 24/7 office &mdash; ready and convenient in every way.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Get Quotation</a> <a class=\"btn-link-more\" href=\"product/serviced-office\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Meeting\" src=\"assets/image/home/pro-3.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Meeting Rooms</h3>\r\n\r\n<p class=\"card-desc\">Client meetings or team huddles &mdash; big or small &mdash; we&rsquo;re here with rooms in Sathon and Rama IV.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Book Now</a> <a class=\"btn-link-more\" href=\"product/meeting-rooms\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-4.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Co-working Space</h3>\r\n\r\n<p class=\"card-desc\">An open workspace where you can run your business and build new connections.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/co-working-space\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-5.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Registered<br />\r\nBusiness Address</h3>\r\n\r\n<p class=\"card-desc\">Bangkok Central Business District&mdash; trusted image, standout presence.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/business-address\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-6.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Mail Handling<br />\r\nService</h3>\r\n\r\n<p class=\"card-desc\">Let us handle your mail &mdash; no more lost or unattended deliveries.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/mail-handling-service\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-7.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Auto-Attendant<br />\r\nSystem</h3>\r\n\r\n<p class=\"card-desc\">Effortless business calls with a phone system that goes anywhere.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/auto-attendant-system\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-8.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Company<br />\r\nRegistration Service</h3>\r\n\r\n<p class=\"card-desc\">Your company registration is handled &mdash; from start to finish.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/company-registration-service\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-lg-none\">\r\n<div class=\"slider-header\">\r\n<h2>Our Services</h2>\r\n\r\n<div class=\"nav-btns\"><button class=\"nav-btn\" id=\"prevBtn\">&nbsp;</button><button class=\"nav-btn active\" id=\"nextBtn\">&nbsp;</button></div>\r\n</div>\r\n\r\n<div class=\"slider-window\">\r\n<div class=\"cards-slider\" id=\"sliderTrack\">\r\n<div class=\"card card-white\"><img alt=\"Office\" src=\"assets/image/home/pro-2.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Serviced Office</h3>\r\n\r\n<p class=\"card-desc\">Get started fast with your team in a fully-equipped 24/7 office &mdash; ready and convenient in every way.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#\" target=\"_blank\">Get Quotation</a> <a class=\"btn-link-more\" href=\"product/serviced-office\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Meeting\" src=\"assets/image/home/pro-3.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Meeting Rooms</h3>\r\n\r\n<p class=\"card-desc\">Client meetings or team huddles &mdash; big or small &mdash; we&rsquo;re here with rooms in Sathon and Rama IV.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Book Now</a> <a class=\"btn-link-more\" href=\"product/meeting-rooms\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-4.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Co-working Space</h3>\r\n\r\n<p class=\"card-desc\">An open workspace where you can run your business and build new connections.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/co-working-space\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-5.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Registered<br />\r\nBusiness Address</h3>\r\n\r\n<p class=\"card-desc\">Bangkok Central Business District&mdash; trusted image, standout presence.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/business-address\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-6.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Mail Handling<br />\r\nService</h3>\r\n\r\n<p class=\"card-desc\">Let us handle your mail &mdash; no more lost or unattended deliveries.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/mail-handling-service\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-7.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Auto-Attendant System</h3>\r\n\r\n<p class=\"card-desc\">Effortless business calls with a phone system that goes anywhere.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/auto-attendant-system\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-8.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Company Registration Service</h3>\r\n\r\n<p class=\"card-desc\">Your company registration is handled &mdash; from start to finish.</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"product/company-registration-service\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dots-container\" id=\"dotsContainer\">&nbsp;</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"top-buttons text-center  d-lg-none\"><a class=\"btn-outline_explore\" href=\"product/all-of-our-products-and-services\" target=\"_blank\">Explore All</a> <a class=\"btn-outline_plans\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Compare Plans</a></div>\r\n\r\n<div class=\"software-showcase\">\r\n<div class=\"showcase-header\">\r\n<h2 class=\"showcase-title\">Streamline Your Workflow with a Seamless Software Experience</h2>\r\n\r\n<p class=\"showcase-sub\">&mdash; Brought to you by <span class=\"brand-orange\">OfficeFirst</span> proudly part of the Nouvo Spaces family.</p>\r\n</div>\r\n\r\n<p class=\"showcase-submobile d-lg-none\">&mdash; Brought to you by <span class=\"brand-orange\">OfficeFirst</span> proudly part<br />\r\nof the Nouvo Spaces family.</p>\r\n\r\n<div class=\"software-card card-dark\">\r\n<div class=\"software-img\"><img alt=\"CRM\" class=\"d-none d-lg-block\" src=\"assets/image/home/pro-9.png\" /> <img alt=\"CRM\" class=\"d-block d-lg-none\" src=\"assets/image/home/pro-9-2.png\" /></div>\r\n\r\n<div class=\"software-info\">\r\n<h3 class=\"info-title\">OVO CRM Software</h3>\r\n\r\n<p class=\"info-text\">A unified operating system integrating CRM and accounting to boost business efficiency and success.</p>\r\n\r\n<div class=\"info-btns\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">Buy Now</a> <a class=\"btn-link-more\" href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"home_tailored_services_section section-margin-top  services-wrapper\">\r\n<div class=\"section-intro\">\r\n<p class=\"sub-textmobile\">1*###42#@7H--B"L8'2!I-2#A%0A#12%C</p>\r\n\r\n<div class=\"title-content\">\r\n<p class=\"sub-text\">1*###42#@7H--B"L8'2!I-2#A%0A#12%C</p>\r\n\r\n<h2 class=\"main-title\">1@%7H-8#4I'"2@%7-5HC
HCA-8</h2>\r\n</div>\r\n\r\n<div class=\"top-buttons d-none d-lg-block\"><a class=\"btn-outline_explore\" href=\"product/all-of-our-products-and-services\" target=\"_blank\">9#42#1I+!</a> <a class=\"btn-outline_plans\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">@#5"@5"#42#</a></div>\r\n</div>\r\n\r\n<div class=\"services-layout\">\r\n<p class=\"d-block d-lg-none club-built-title\">%14@()@7H-*!2
4</p>\r\n\r\n<div class=\"card card-dark d-block d-lg-none\">\r\n<div class=\"offer-badge\">\r\n<p class=\"offer-badge1\">*!1#'15I</p>\r\n\r\n<p class=\"offer-badge2\">1 5 A! 1 5</p>\r\n</div>\r\n<img alt=\"CEO\" src=\"assets/image/home/pro-1.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Club Nouvo CEO</h3>\r\n\r\n<p class=\"card-desc\">%1*84@()I-#1 CEO C+!H5H!-+22#@#4H!I8#45H%H-1'A%0!7--2
55H!2#I-!<b>*44#0B"
L@	20*!2
4</b></p>\r\n\r\n<div class=\"card-actions\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">@I2#H'!1@#2</a> <a class=\"btn-link-more\" href=\"product/club-nouvo-ceo\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row  services-desktop-card d-none d-lg-inline-flex px-lg-1\">\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-dark \">\r\n<div class=\"offer-badge\">\r\n<p class=\"offer-badge1\">*!1#'15I</p>\r\n\r\n<p class=\"offer-badge2\">1 5 A! 1 5</p>\r\n</div>\r\n<img alt=\"CEO\" src=\"assets/image/home/pro-1.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Club Nouvo CEO</h3>\r\n\r\n<p class=\"card-desc\">%1*84@()I-#1 CEO C+!H5H!-+22#@#4H!I8#45H%H-1'A%0!7--2
55H!2#I-!<b>*44#0B"
L@	20*!2
4</b></p>\r\n\r\n<div class=\"card-actions\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">@I2#H'!1@#2</a> <a class=\"btn-link-more\" href=\"product/club-nouvo-ceo\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Office\" src=\"assets/image/home/pro-2.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">*312*H'1'</h3>\r\n\r\n<p class=\"card-desc\">C+I8A%05!@#4H!32DI15C*312A 24/7 5H#I-!A%0*0'C8I2</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">#1C@*-#22</a> <a class=\"btn-link-more\" href=\"product/serviced-office\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Meeting\" src=\"assets/image/home/pro-3.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">+I-#0
8!</h3>\r\n\r\n<p class=\"card-desc\">0%9I2+#7-#0
8! 2"C 0@#7H-@%G+#7-C+
H I'"#42#+I-#0
8!5H!51I5H*2#A%0#0#2! 4 866@#2DI@*!-</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">--5I</a> <a class=\"btn-link-more\" href=\"product/meeting-rooms\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-4.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Co-working Space</h3>\r\n\r\n<p class=\"card-desc\">7I5H32A@4B%H6H0C+I8*2!2#3@48#4D#I-!2#*#I2@#7-H2"C+!H</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/co-working-space\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-5.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">5H-"9H*3+#1<br />\r\n0@5"#4)1</h3>\r\n\r\n<p class=\"card-desc\">3@%5H1I7I5H@(#)4-#8@/ @*#4! 2%1)L8#4H2@
7H-7- D!H##!2</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/business-address\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-6.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">9I+!2"A%05H-"9H<br />\r\n*3+#1+!2"28#4</h3>\r\n\r\n<p class=\"card-desc\">C+I@#2#1+I25H#1A%09A%+!2"-8 I-1+!2"*9
+2"+#7-D!H!5#1</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/mail-handling-service\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-7.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">#0-#1<br />\r\nB#(1L-1B!14</h3>\r\n\r\n<p class=\"card-desc\">*0'H2"2"82#@
7H-!H-28#41#0B#(1L5H28#4DDI85H</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/auto-attendant-system\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-8.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">#42##1<br />\r\n0@5"#4)1</h3>\r\n\r\n<p class=\"card-desc\">#4)1-80DI#12#9A%C2#0@5"#4)11IAH1IA#A%I'@*#G</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/company-registration-service\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-lg-none\">\r\n<div class=\"slider-header\">\r\n<h2>#42#-@#2</h2>\r\n\r\n<div class=\"nav-btns\"><button class=\"nav-btn\" id=\"prevBtn\">&nbsp;</button><button class=\"nav-btn active\" id=\"nextBtn\">&nbsp;</button></div>\r\n</div>\r\n\r\n<div class=\"slider-window\">\r\n<div class=\"cards-slider\" id=\"sliderTrack\">\r\n<div class=\"card card-white\"><img alt=\"Office\" src=\"assets/image/home/pro-2.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">*312*H'1'</h3>\r\n\r\n<p class=\"card-desc\">C+I8A%05!@#4H!32DI15C*312A 24/7 5H#I-!A%0*0'C8I2</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">#1C@*-#22</a> <a class=\"btn-link-more\" href=\"product/serviced-office\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Meeting\" src=\"assets/image/home/pro-3.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">+I-#0
8!</h3>\r\n\r\n<p class=\"card-desc\">0%9I2+#7-#0
8! 2"C 0@#7H-@%G+#7-C+
H I'"#42#+I-#0
8!5H!51I5H*2#A%0#0#2! 4 866@#2DI@*!-</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">--5I</a> <a class=\"btn-link-more\" href=\"product/meeting-rooms\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-4.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Co-working Space</h3>\r\n\r\n<p class=\"card-desc\">7I5H32A@4B%H6H0C+I8*2!2#3@48#4D#I-!2#*#I2@#7-H2"C+!H</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/co-working-space\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-5.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">5H-"9H*3+#1<br />\r\n0@5"#4)1</h3>\r\n\r\n<p class=\"card-desc\">3@%5H1I7I5H@(#)4-#8@/ @*#4! 2%1)L8#4H2@
7H-7- D!H##!2</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/business-address\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-6.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">9I+!2"A%05H-"9H<br />\r\n*3+#1+!2"28#4</h3>\r\n\r\n<p class=\"card-desc\">C+I@#2#1+I25H#1A%09A%+!2"-8 I-1+!2"*9
+2"+#7-D!H!5#1</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/mail-handling-service\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-7.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">#0-#1<br />\r\nB#(1L-1B!14</h3>\r\n\r\n<p class=\"card-desc\">*0'H2"2"82#@
7H-!H-28#41#0B#(1L5H28#4DDI85H</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/auto-attendant-system\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"assets/image/home/pro-8.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">#42##1<br />\r\n0@5"#4)1</h3>\r\n\r\n<p class=\"card-desc\">#4)1-80DI#12#9A%C2#0@5"#4)11IAH1IA#A%I'@*#G</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"product/company-registration-service\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dots-container\" id=\"dotsContainer\">&nbsp;</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"top-buttons text-center  d-lg-none\"><a class=\"btn-outline_explore\" href=\"product/all-of-our-products-and-services\" target=\"_blank\">9#42#1I+!</a> <a class=\"btn-outline_plans\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">@#5"@5"#42#</a></div>\r\n\r\n<div class=\"software-showcase\">\r\n<div class=\"showcase-header\">\r\n<h2 class=\"showcase-title\">3@48#4%H-A%H'AD#I#-"H-I'"#0-LA'#L-1	#4"0</h2>\r\n\r\n<p class=\"showcase-sub\">&mdash; B" <span class=\"brand-orange\">OfficeFirst</span> #4)1C@#7- Nouvo Spaces 5H@#2 2 9!4C</p>\r\n</div>\r\n\r\n<p class=\"showcase-submobile d-lg-none\">&mdash; B" <span class=\"brand-orange\">OfficeFirst</span> #4)1C@#7- Nouvo Spaces 5H@#2 2 9!4C</p>\r\n\r\n<div class=\"software-card card-dark\">\r\n<div class=\"software-img\"><img alt=\"CRM\" class=\"d-none d-lg-block\" src=\"assets/image/home/pro-9.png\" /> <img alt=\"CRM\" class=\"d-block d-lg-none\" src=\"assets/image/home/pro-9-2.png\" /></div>\r\n\r\n<div class=\"software-info\">\r\n<h3 class=\"info-title\">-LA'#L OVO CRM</h3>\r\n\r\n<p class=\"info-text\">#04142#5H*22#32- CRM A%01
55H0@*#4!#0*44 2A%0%11'2!*3@#G28#4-8D'IC5H@5"'</p>\r\n\r\n<div class=\"info-btns\"><a class=\"btn-yellow\" href=\"product/design-your-own-business-dyo\" target=\"_blank\">7I--5I</a> <a class=\"btn-link-more\" href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"home_explore_Business_section section-padding-top  \">\r\n    <div class=\"container px-3 px-lg-5\">\r\n        <h3 class=\"section-title px-xxl-5 mx-xxl-3\">Explore Business Styles That Fit You</h3>\r\n\r\n        <div class=\"custom-nav-wrapper px-xxl-5 mx-xxl-3\">\r\n            <div class=\"custom-nav\" id=\"tabContainer\">\r\n                <div class=\"nav-item-custom active\" data-index=\"0\">Work From Anywhere</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"1\">Hybrid Office</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"2\">Physical Office</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"3\">One-Man Business</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"4\">Smart Phone System</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"5\">Design Your Business</div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n\r\n    <div class=\"main-carousel-container\">\r\n        <div><button class=\"nav-btn prev-pos\" id=\"prevSlide\">&nbsp;</button><button class=\"nav-btn next-pos\"\r\n                id=\"nextSlide\">&nbsp;</button></div>\r\n\r\n        <div class=\"swiper mySwiper\">\r\n            <div class=\"swiper-wrapper\">\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business1.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"home icon\" src=\"assets/image/home/home_bluesvg.svg\" />\r\n                                <h3 class=\"title\">Work From Anywhere (WFA)</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">You and your team can work from anywhere &mdash; with Nouvo Spaces managing\r\n                                your mail and phone.</p>\r\n\r\n                            <p class=\"sub_title\">Business Match:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/club-nouvo-ceo\">Club Nouvo CEO</a></span> <span><a\r\n                                        class=\"tag-outline\" href=\"product/mail-handling-service\">Mail\r\n                                        Handling</a></span> <span><a class=\"tag-outline\"\r\n                                        href=\"product/auto-attendant-system\">Auto-attendant System</a></span></div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business2.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"hybridblue icon\" src=\"assets/image/home/hybridblue.svg\" />\r\n                                <h3 class=\"title\">Hybrid Office</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">Work your way &mdash; switch seamlessly between office and anywhere to match\r\n                                your ideal schedule.</p>\r\n\r\n                            <p class=\"sub_title\">Business Match:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/club-nouvo-ceo\">Club Nouvo CEO</a></span> <span><a\r\n                                        class=\"tag-outline\" href=\"product/serviced-office\">Serviced Office</a></span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business3.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"physical ofice icon\"\r\n                                    src=\"assets/image/home/physicaloficeblue.svg\" />\r\n                                <h3 class=\"title\">Physical Office</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">If you&rsquo;re looking for a private office to serve as a collaboration hub\r\n                                for you and your team, we have it ready for you.</p>\r\n\r\n                            <p class=\"sub_title\">Business Match:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/serviced-office\">Serviced Office</a></span> <span><a\r\n                                        class=\"tag-outline\" href=\"product/mail-handling-service\">Mail\r\n                                        Handling</a></span> <span><a class=\"tag-outline\"\r\n                                        href=\"product/meeting-rooms\">Meeting Room</a></span></div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business4.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"oneman business icon\"\r\n                                    src=\"assets/image/home/oneman_businessblue.svg\" />\r\n                                <h3 class=\"title\">One-Man Business</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">Let us support you with services like call handling, meeting space, mail\r\n                                reception, and more &mdash; making solo business easier.</p>\r\n\r\n                            <p class=\"sub_title\">Business Match:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/club-nouvo-ceo\">Club Nouvo CEO</a></span> <span><a\r\n                                        class=\"tag-outline\" href=\"product/mail-handling-service\">Mail\r\n                                        Handling</a></span> <span><a class=\"tag-outline\"\r\n                                        href=\"product/meeting-rooms\">Meeting Room</a></span> <span><a\r\n                                        class=\"tag-outline\" href=\"product/auto-attendant-system\">Auto-attendant\r\n                                        System</a></span></div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business5.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"home icon\" src=\"assets/image/home/phone_syblue.svg\" />\r\n                                <h3 class=\"title\">Smart Phone System</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">If you already have an office but want to upgrade to a smarter, more\r\n                                flexible phone system &mdash; we&rsquo;ve got you covered.</p>\r\n\r\n                            <p class=\"sub_title\">Business Match:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/club-nouvo-ceo\">Club Nouvo CEO</a></span><br />\r\n                                <span><a class=\"tag-outline\" href=\"product/auto-attendant-system\">Auto-attendant\r\n                                        System</a></span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\" id=\"last-businesscard\">\r\n                        <div class=\"card-body-side\">\r\n                            <p class=\"text\">Create your freedom with</p>\r\n\r\n                            <h3 class=\"title\">Design Your Own Business (DYO)</h3>\r\n\r\n                            <div class=\"btn-div-tag d-flex\">\r\n                                <div class=\"d-flex\"><a class=\"tag-outline1\"\r\n                                        href=\"product/all-of-our-products-and-services\"><img alt=\"icon search\"\r\n                                            class=\"mb-2\" src=\"assets/image/icon/icon_searchproperty.svg\" /><br />\r\n                                        Explore our<br />\r\n                                        <b>services</b></a></div>\r\n\r\n                                <div class=\"d-flex\"><a class=\"tag-outline text-left\" href=\"contact-us\"><img\r\n                                            alt=\"icon icon_communication\" class=\"mb-2\"\r\n                                            src=\"assets/image/icon/icon_communication.svg\" /><br />\r\n                                        Questions?<br />\r\n                                        <b>Let&rsquo;s talk</b></a></div>\r\n                            </div>\r\n\r\n                            <div class=\"btn-div-tag d-flex\"><a class=\"compare-btn\"\r\n                                    href=\"product/design-your-own-business-dyo\"><img class=\"btn-icon left-icon\"\r\n                                        src=\"assets/image/icon/crosh_pen_yellow.svg\" /> <span class=\"btn-text\">\r\n                                        <strong>Compare services</strong> <small>and apply by yourself</small> </span>\r\n                                    <img class=\"btn-icon right-icon\"\r\n                                        src=\"assets/image/icon/right_arrow_icon_yellow.svg\" /> </a></div>\r\n\r\n                            <div class=\"girafbox\"><img alt=\"giraf\" class=\"d-none d-lg-block\"\r\n                                    src=\"assets/image/home/home-business-mrgiraf.png\" /> <img alt=\"giraf\"\r\n                                    class=\"d-block d-lg-none\"\r\n                                    src=\"assets/image/home/home-business-mrgiraf-mobile.png\" /></div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</section>', '<section class=\"home_explore_Business_section section-padding-top  \">\r\n    <div class=\"container px-3 px-lg-5\">\r\n        <h3 class=\"section-title px-xxl-5 mx-xxl-3\">*3#'A%0I+2#9A2#38#4C*D%L5H@G8</h3>\r\n\r\n        <div class=\"custom-nav-wrapper px-xxl-5 mx-xxl-3\">\r\n            <div class=\"custom-nav\" id=\"tabContainer\">\r\n                <div class=\"nav-item-custom active\" data-index=\"0\">Work From Anywhere</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"1\">Hybrid Office</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"2\">Physical Office</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"3\">One-Man Business</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"4\">Smart Phone System</div>\r\n\r\n                <div class=\"nav-item-custom\" data-index=\"5\">--A8#4I'"1'@-</div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n\r\n    <div class=\"main-carousel-container\">\r\n        <div><button class=\"nav-btn prev-pos\" id=\"prevSlide\">&nbsp;</button><button class=\"nav-btn next-pos\"\r\n                id=\"nextSlide\">&nbsp;</button></div>\r\n\r\n        <div class=\"swiper mySwiper\">\r\n            <div class=\"swiper-wrapper\">\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business1.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"home icon\" src=\"assets/image/home/home_bluesvg.svg\" />\r\n                                <h3 class=\"title\">Work From Anywhere (WFA)</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">C+I8A%012*2!2#3225HD+GDIB"!5 Nouvo Spaces\r\n                                -"#1+I25H9A%+!2"A%0#0B#(1L</p>\r\n\r\n                            <p class=\"sub_title\">#42#5HA03:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/club-nouvo-ceo\">Club Nouvo CEO</a></span> <span><a\r\n                                        class=\"tag-outline\"\r\n                                        href=\"product/mail-handling-service\">9I+!2"A%05H-"9H</a></span> <span><a\r\n                                        class=\"tag-outline\"\r\n                                        href=\"product/auto-attendant-system\">#0-#1B#(1L-1B!14</a></span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business2.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"hybridblue icon\" src=\"assets/image/home/hybridblue.svg\" />\r\n                                <h3 class=\"title\">Hybrid Office</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">#-#12#--A2#232C+I@G!#0*44 2\r\n                                C+I8*%1*1@%5H"5H32#0+'H2*312A%05H-7HDI2!C6</p>\r\n\r\n                            <p class=\"sub_title\">#42#5HA03:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/club-nouvo-ceo\">Club Nouvo CEO</a></span> <span><a\r\n                                        class=\"tag-outline\" href=\"product/serviced-office\">*312*H'1'</a></span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business3.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"physical ofice icon\"\r\n                                    src=\"assets/image/home/physicaloficeblue.svg\" />\r\n                                <h3 class=\"title\">Physical Office</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">\r\n                                +283%1!-+2*312*H'1'@7H-C
I*3+#1@G(9"L%22#32#H'!1-8A%012\r\n                                2@#2G!5#I-!C+I#42#</p>\r\n\r\n                            <p class=\"sub_title\">#42#5HA03:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/serviced-office\">*312*H'1'</a></span> <span><a\r\n                                        class=\"tag-outline\"\r\n                                        href=\"product/mail-handling-service\">9I+!2"A%05H-"9H</a></span> <span><a\r\n                                        class=\"tag-outline\" href=\"product/meeting-rooms\">+I-#0
8!</a></span></div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business4.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"oneman business icon\"\r\n                                    src=\"assets/image/home/oneman_businessblue.svg\" />\r\n                                <h3 class=\"title\">One-Man Business</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">!-#42#I2H2F@7H-8 -24 2##1B#(1L *25H0%9I2\r\n                                #1A%09A%+!2" A%0-7HF C+I2#38#4I'"1'@5"'@G@#7H-H2"6I</p>\r\n\r\n                            <p class=\"sub_title\">#42#5HA03:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/club-nouvo-ceo\">Club Nouvo CEO</a></span> <span><a\r\n                                        class=\"tag-outline\"\r\n                                        href=\"product/mail-handling-service\">9I+!2"A%05H-"9H</a></span> <span><a\r\n                                        class=\"tag-outline\" href=\"product/meeting-rooms\">+I-#0
8!</a></span> <span><a\r\n                                        class=\"tag-outline\"\r\n                                        href=\"product/auto-attendant-system\">#0-#1B#(1L-1B!14</a></span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\">\r\n                        <div class=\"card-img-side\"><img src=\"assets/image/home/home_explore_Business5.png\" /></div>\r\n\r\n                        <div class=\"card-body-side\">\r\n                            <div class=\"icon-box\"><img alt=\"home icon\" src=\"assets/image/home/phone_syblue.svg\" />\r\n                                <h3 class=\"title\">Smart Phone System</h3>\r\n                            </div>\r\n\r\n                            <p class=\"text\">\r\n                                !5*312#I-!A%I'AH-"2-1@##0B#(1LC+I!5'2!%H-1'A%01*!1"!26IG"H-!DI@
H1\r\n                            </p>\r\n\r\n                            <p class=\"sub_title\">#42#5HA03:</p>\r\n\r\n                            <div class=\"btn-div-tag d-flex flex-wrap\"><span><a class=\"tag-dark shadow-sm\"\r\n                                        href=\"product/club-nouvo-ceo\">Club Nouvo CEO</a></span><br />\r\n                                <span><a class=\"tag-outline\"\r\n                                        href=\"product/auto-attendant-system\">#0-#1B#(1L-1B!14</a></span>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n\r\n                <div class=\"swiper-slide \">\r\n                    <div class=\"business-card\" id=\"last-businesscard\">\r\n                        <div class=\"card-body-side\">\r\n                            <p class=\"text\">--A-"H2-4*#0I'"</p>\r\n\r\n                            <h3 class=\"title\">Design Your Own Business (DYO)</h3>\r\n\r\n                            <div class=\"btn-div-tag d-flex\">\r\n                                <div class=\"d-flex\"><a class=\"tag-outline1\"\r\n                                        href=\"product/all-of-our-products-and-services\"><img alt=\"icon search\"\r\n                                            class=\"mb-2\" src=\"assets/image/icon/icon_searchproperty.svg\" /><br />\r\n                                        *3#'<b>#42#</b><br />\r\n                                        -@#2 </a></div>\r\n\r\n                                <div class=\"d-flex\"><a class=\"tag-outline text-left\" href=\"contact-us\"><img\r\n                                            alt=\"icon icon_communication\" class=\"mb-2\"\r\n                                            src=\"assets/image/icon/icon_communication.svg\" /><br />\r\n                                        !532!D+!<br />\r\n                                        <b>4H-@#2</b>  </a></div>\r\n                            </div>\r\n\r\n                            <div class=\"btn-div-tag d-flex\"><a class=\"compare-btn\"\r\n                                    href=\"product/design-your-own-business-dyo\"><img class=\"btn-icon left-icon\"\r\n                                        src=\"assets/image/icon/crosh_pen_yellow.svg\" /> <span class=\"btn-text\">\r\n                                        <strong>@#5"@5"#42#</strong> <small>A%03#2"2#I'"1'@-</small> </span>\r\n                                    <img class=\"btn-icon right-icon\"\r\n                                        src=\"assets/image/icon/right_arrow_icon_yellow.svg\" /> </a></div>\r\n\r\n                            <div class=\"girafbox\"><img alt=\"giraf\" class=\"d-none d-lg-block\"\r\n                                    src=\"assets/image/home/home-business-mrgiraf.png\" /> <img alt=\"giraf\"\r\n                                    class=\"d-block d-lg-none\"\r\n                                    src=\"assets/image/home/home-business-mrgiraf-mobile.png\" /></div>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</section>', '<section class=\"home_why_love_slider_section section-padding-top  \">\r\n<div class=\"container px-3 px-xxl-5\">\r\n<h3 class=\"why_love_title px-xxl-5 mx-xxl-3\">Why You&rsquo;ll Love Working With Us</h3>\r\n</div>\r\n\r\n<div class=\"why_love_slider_wrapper\">\r\n<div class=\"why_love_main_flex\">\r\n<div class=\"why_love_tabs_col\">\r\n<div class=\"why_love_tab_item active\" onclick=\"currentSlide(1)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon1.svg\" /></div>\r\n<span class=\"tab_label\">An exceptional address in the center of Bangkok&rsquo;s business district (CBD)</span></div>\r\n\r\n<div class=\"why_love_tab_item\" onclick=\"currentSlide(2)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon2.svg\" /></div>\r\n<span class=\"tab_label\">Smart technology and intelligent tools to support your business journey</span></div>\r\n\r\n<div class=\"why_love_tab_item\" onclick=\"currentSlide(3)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon3.svg\" /></div>\r\n<span class=\"tab_label\">From small catch-ups to large meetings &mdash; we&rsquo;re here to support your success</span></div>\r\n\r\n<div class=\"why_love_tab_item\" onclick=\"currentSlide(4)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon4.svg\" /></div>\r\n<span class=\"tab_label\">Clear and straightforward &mdash; no hidden fees, making cost planning simple</span></div>\r\n\r\n<div class=\"why_love_tab_item\" onclick=\"currentSlide(5)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon5.svg\" /></div>\r\n<span class=\"tab_label\">Trusted care at every step &mdash; from a team with 19 years of experience</span></div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col active\" id=\"slide1\"><span class=\"tab_label d-block d-lg-none\">An exceptional address in the center of Bangkok&rsquo;s business district (CBD)</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider1_en.png\" />\r\n<div class=\"why_love_desc\">Boost your business image with an office on <b>Rama IV Road &mdash; in the heart of Bangkok&rsquo;s CBD</b>. Close to three major expressways (Art Narong, Tha Ruea, and Bon Kai) and BTS Ekkamai and Phra Khanong, commuting is easy.</div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col\" id=\"slide2\"><span class=\"tab_label d-block d-lg-none\">Smart technology and intelligent tools to support your business journey</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider2.png\" />\r\n<div class=\"why_love_desc\">Stay fully focused on growing your business &mdash; while our dedicated team handles everything from <b>advanced communication systems</b> and <b>high-speed internet</b> to <b>smart OVO CRM software</b> tailored to support your success.</div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col\" id=\"slide3\"><span class=\"tab_label d-block d-lg-none\">From small catch-ups to large meetings &mdash; we&rsquo;re here to support your success</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider3.png\" />\r\n<div class=\"why_love_desc\">Meeting rooms of <b>all sizes are available</b> at <span>Nouvo Spaces</span> and <a href=\"http://www.officefirst.net/mainpage/home.php\">OfficeFirst</a> &mdash; perfect for partner meetings, client visits, or internal discussions, with no need to worry about space or setup.</div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col\" id=\"slide4\"><span class=\"tab_label d-block d-lg-none\">Clear and straightforward &mdash; no hidden fees, making cost planning simple</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider4.png\" />\r\n<div class=\"why_love_desc\">You&rsquo;ll never face hidden charges&mdash;our pricing is transparent and straightforward. With clear service usage records and cost breakdowns, <b>managing your business expenses becomes easier than ever.</b></div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col\" id=\"slide5\"><span class=\"tab_label d-block d-lg-none\">Trusted care at every step &mdash; from a team with 19 years of experience</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider5.png\" />\r\n<div class=\"why_love_desc\">Your success is ours. That&rsquo;s why <b>our experienced team is here to support you every step</b> of the way &mdash; with responsiveness, care, and dedication tailored to your needs throughout your business journey.</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"why_love_controls\"><button class=\"why_love_arrow why_love_prev\" id=\"why_love_prev\" onclick=\"plusWhySlides(-1)\">&nbsp;</button>\r\n\r\n<div class=\"why_dots\">&nbsp;</div>\r\n<button class=\"why_love_arrow why_love_next\" id=\"why_love_next\" onclick=\"plusWhySlides(1)\">&nbsp;</button></div>\r\n</div>\r\n</section>\r\n', '<section class=\"home_why_love_slider_section section-padding-top  \">\r\n<div class=\"container px-3 px-xxl-5\">\r\n<h3 class=\"why_love_title px-xxl-5 mx-xxl-3\">3D!@#26@G1'@%7-5H55H*8*3+#18</h3>\r\n</div>\r\n\r\n<div class=\"why_love_slider_wrapper\">\r\n<div class=\"why_love_main_flex\">\r\n<div class=\"why_love_tabs_col\">\r\n<div class=\"why_love_tab_item active\" onclick=\"currentSlide(1)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon1.svg\" /></div>\r\n<span class=\"tab_label\">3@%5H1ID!H##!27I5HC%2(9"L%28#4#8@!+2# (CBD)</span></div>\r\n\r\n<div class=\"why_love_tab_item\" onclick=\"currentSlide(2)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon2.svg\" /></div>\r\n<span class=\"tab_label\">*1*88A%08#4I'"@BB%"55H1*!1"A%0-LA'#L9I
H'"A*
2
	%2</span></div>\r\n\r\n<div class=\"why_love_tab_item\" onclick=\"currentSlide(3)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon3.svg\" /></div>\r\n<span class=\"tab_label\">D!H'H22##0
8!-80C+
H+#7-@%G @#2G#I-!*1*8C+I8#0*'2!*3@#G</span></div>\r\n\r\n<div class=\"why_love_tab_item\" onclick=\"currentSlide(4)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon4.svg\" /></div>\r\n<span class=\"tab_label\">
1@ #D#!2 +!1'%@#7H-H2C
IH2"A C+I82#'2AI8@G@#7H-H2"</span></div>\r\n\r\n<div class=\"why_love_tab_item\" onclick=\"currentSlide(5)\">\r\n<div class=\"icon\"><img alt=\"icon\" src=\"assets/image/home/why_slider_icon5.svg\" /></div>\r\n<span class=\"tab_label\">9A%A%0C*HC88"H2I2'B"5!2!7--2
55H!5#0*2#L'H2 19 5</span></div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col active\" id=\"slide1\"><span class=\"tab_label d-block d-lg-none\">3@%5H1ID!H##!27I5HC%2(9"L%28#4#8@!+2# (CBD)</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider1_th.png\" />\r\n<div class=\"why_love_desc\">@*#4!*#I2 2%1)L-L#AGA#HC+I8#4-815I'"5H1I*312 <b>#0#2! 4 C7I5H*31
2@(#)4-#8@!+2# (CBD)</b> -"9HC%I2H'*31
 3 8 (-2#L H2@#7- A%0H-DH) BTS *25@-!1"A%0#0B 3C+I2#@42@G@#7H-5HD!H"2</div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col\" id=\"slide2\"><span class=\"tab_label d-block d-lg-none\">*1*88A%08#4I'"@BB%"55H1*!1"A%0-LA'#L9I
H'"A* 
2
	%2</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider2.png\" />\r\n<div class=\"why_love_desc\">C+I8!5*!241'2!*3@#G2I28#4-8-"H2@G!5H -2125H#I-!C+I#42#A%I' @#2--2*2#1+I25H9A% <b>#0@BB%"5*7H-*2#1*!1" -4@-#L@G'2!@#G'*9</b> A%0 <b>-LA'#L OVO CRM 5H
2
	%2</b> 6H12!2@7H--"C+I2#*1*88#4-8B"@	20</div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col\" id=\"slide3\"><span class=\"tab_label d-block d-lg-none\">D!H'H22##0
8!-80C+
H+#7-@%G @#2G#I-!*1*8C+I8#0*'2!*3@#G</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider3.png\" />\r\n<div class=\"why_love_desc\">@#2!5 <b>+I-#0
8!+%2"2 </b>1IAH@%G62C+
HD'IC+I#42# 1I5H <span>Nouvo Spaces</span> A%0 <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> @7H-C+I8DI@%7-*##2!'2!I-2# 3C+ID!H'H20@G2#09HI2 #1#-%9I2 +#7-#0
8! 2"C#4)1D!HI-1'%@#7H-'2!#I-!A%0*25H</div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col\" id=\"slide4\"><span class=\"tab_label d-block d-lg-none\">
1@ #D#!2 +!1'%@#7H-H2C
IH2"A C+I82#'2AI8@G@#7H-H2"</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider4.png\" />\r\n<div class=\"why_love_desc\">AH-'H20D!H1
+2H2C
IH2"A-A @#20@#24H2#42#-"H2#D#!2 @#2!5#0A*I-!9%2#C
I#42#A%016H2C
IH2"C+I8#'*-DIH2"F <b>3C+I2#'8!#2"H2"-8#4@G@#7H-H2"6I'H2@4!</b></div>\r\n</div>\r\n\r\n<div class=\"why_love_content_col\" id=\"slide5\"><span class=\"tab_label d-block d-lg-none\">9A%A%0C*HC88"H2I2'B"5!2!7--2
55H!5#0*2#L'H2 19 5</span> <img class=\"why_love_slide_img\" src=\"assets/image/home/why_slider5.png\" />\r\n<div class=\"why_love_desc\">@#20'2!*3@#G-87-'2!*3@#G-@#2 <b>5!129I!2#0*2#L-@#286-#1+I25HC+I#42#A%0!-2#*1*8</b> -*-8'2!I-2#-"H2'H-D' 9A%C*HCC8!44%-@*I22#38#4-8</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"why_love_controls\"><button class=\"why_love_arrow why_love_prev\" id=\"why_love_prev\" onclick=\"plusWhySlides(-1)\">&nbsp;</button>\r\n\r\n<div class=\"why_dots\">&nbsp;</div>\r\n<button class=\"why_love_arrow why_love_next\" id=\"why_love_next\" onclick=\"plusWhySlides(1)\">&nbsp;</button></div>\r\n</div>\r\n</section>\r\n', '<section class=\"because_your_success section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row success_flex_row \">\r\n<div class=\"col-lg-6 order-2 order-lg-1\"><img alt=\"Nouvo Spaces Team\" class=\"main_person_img\" src=\"assets/image/home/because_your_gdesk.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-lg-5 order-1 order-lg-2\">\r\n<div class=\"success_content_col ps-xxl-4 mt-lg-4\">\r\n<h6 class=\"sub_title\">Because your success is our success</h6>\r\n\r\n<h2 class=\"main_title\"><span>Nouvo Spaces</span> Supports Business with 19+ Years of Experience</h2>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<div class=\"desc_text pe-xxl-4\">\r\n<p><b>Nouvo Spaces</b> is a new space designed to embrace new possibilities and meet diverse needs. With a vision of <em>Where Smart Business Begins</em>, it&rsquo;s built to support every business &mdash; for everyone.</p>\r\n\r\n<p>With 19 years of experience supporting entrepreneurs, we&rsquo;ve earned the trust of many. In return, we never stop improving &mdash; committed to growing with every business we support.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"because_your_success section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row success_flex_row \">\r\n<div class=\"col-lg-6 order-2 order-lg-1\"><img alt=\"Nouvo Spaces Team\" class=\"main_person_img\" src=\"assets/image/home/because_your_gdesk.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-lg-5 order-1 order-lg-2\">\r\n<div class=\"success_content_col ps-xxl-4 mt-lg-4\">\r\n<h6 class=\"sub_title\">@#20'2!*3@#G-87-'2!*3@#G-@#2</h6>\r\n\r\n<h2 class=\"main_title\">C+I <span>Nouvo Spaces</span> 9A%8A%08#4 B"5!5H!5#0*2#L!2'H2 19 5</h2>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<div class=\"desc_text pe-xxl-0\">\r\n<p><b>Nouvo Spaces</b> 7-7I5HC+!H5H--A!2@7H-#-#1*4HC+!HFA%0-*-'2!I-2#5H+%2+%2"A%0AH2 B"!8H@I5H0@G <em>Where Smart Business Begins</em> 5H*2!2#*-#118#48#9A*3+#18</p>\r\n\r\n<p>I'"#0*2#L%-#0"0@'%2'H2 19 5 C209IC+I#42#A%0C+I2#*1*818#4 !5%9I23'!2D'IC5H!-B-2*C+I@#29A%-"H2H-@7H- @#26-"12@--"H2D!H@"+"8"1I@7H--A8'2!D'C-18#4 2"CI2#9A%-@#2</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', NULL, 'active', 0, '2025-11-27 13:10:20', 1, '2026-03-30 10:33:17');
INSERT INTO `tbl_cms` (`id`, `title_en`, `title_th`, `banner_title_en`, `banner_title_th`, `banner_description_en`, `banner_description_th`, `banner_image`, `mobile_banner_img`, `home_second_section_en`, `home_second_section_th`, `home_third_section_en`, `home_third_section_th`, `home_fourth_section_en`, `home_fourth_section_th`, `home_fifth_section_en`, `home_fifth_section_th`, `home_sixth_section_en`, `home_sixth_section_th`, `content_en`, `content_th`, `contact_iframe_1`, `status`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(16, 'About Us', '@5H"'1@#2', '<h1 class=\"display-4  about-banner-man-content\">Where<br />\r\nSmart<br />\r\n<span class=\"d-flex align-items-center\"><span class=\"highlight-bar\">&nbsp;</span>Business </span> Begins</h1>\r\n', '<h1 class=\"display-4  about-banner-man-content\">Where<br />\r\nSmart<br />\r\n<span class=\"d-flex align-items-center\"><span class=\"highlight-bar\">&nbsp;</span>Business </span> Begins</h1>\r\n', '<p><big class=\"mb-1\">Your success is our success.</big></p>\r\n\r\n<p class=\"mb-0\">&mdash; Proud to be a small part in helping entrepreneurs who trust us move toward the success they truly desire.</p>\r\n', '<p><big class=\"mb-1\">@#20'2!*3@#G-8 7-'2!*3@#G-@#2</big></p>\r\n\r\n<p class=\"mb-0\">#I-!@G*H'@%GF*H'+6H5H*2!2#
H'"%11C+I18#4A%0<br />\r\n9I#0-2#5HD'I'2CC+I@#29A%D6'2!*3@#G1H5HCI-2#</p>\r\n', '518about-banner (1).png', '', '<section class=\"what_is_nouvo_section  section-padding-top mt-lg-5 \">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row \">\r\n<div class=\"col-12 col-lg-6 col-md-6  order-2 order-lg-1\">\r\n<div class=\"about_mobile_image_with_box\"><img alt=\"about image\" class=\"whatisnouvo-img img-fluid\" src=\"assets/image/about/whatisnouvo.png\" />\r\n<div class=\"yellow_light_box d-block d-md-none\">\r\n<div><small><b>Our Mascot</b></small><img alt=\"line\" class=\"ps-3 about_line_image\" src=\"assets/image/about/Line.svg\" /></div>\r\n\r\n<div class=\"d-block d-lg-flex\">\r\n<p class=\"giraff-text\">Mr.Giff</p>\r\n\r\n<p class=\"giraff-text-small ps-lg-3 pe-lg-5\">A symbol of foresight<br />\r\nand boundless<br />\r\ncreativity.</p>\r\n</div>\r\n<img alt=\"line image\" class=\"d-none d-lg-block\" src=\"assets/image/icon/Line.svg\" /> <img alt=\"GIrrafBOx\" class=\"about_giraf_image\" src=\"assets/image/about/about-giraf.png\" /></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-12 col-lg-6  col-md-6 order-1 order-lg-2\">\r\n<div class=\"right_part ps-xl-3\">\r\n<h2 class=\"heading_line \">What is <b>Nouvo Spaces</b> ?</h2>\r\n\r\n<div class=\"mt-3 vertical_solid_blue_line position-relative\">&nbsp;</div>\r\n\r\n<p class=\"desc mt-4\"><b>Nouvo Spaces</b> offers essential business support &mdash; from infrastructure to smart management tools &mdash; built for new entrepreneurs. Unlock your full potential without the burden of operational hurdles, all at an accessible cost.</p>\r\n\r\n<p class=\"desc\">We focus on understanding diverse business needs and are committed to evolving our services to deliver the best solutions.</p>\r\n\r\n<p class=\"desc\"><b>Nouvo Spaces</b> is a division of <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a>, Bangkok&rsquo;s leading serviced and virtual office operator located in Empire Tower Sathon.</p>\r\n\r\n<div class=\"yellow_light_box d-none d-md-block\">\r\n<div><small><b>Our Mascot</b></small><img alt=\"line\" class=\"ps-3 about_line_image\" src=\"assets/image/about/Line.svg\" /></div>\r\n\r\n<div class=\"d-block d-lg-flex\">\r\n<p class=\"giraff-text\">Mr.Giff</p>\r\n\r\n<p class=\"giraff-text-small ps-lg-3 pe-lg-5\">A symbol of foresight<br />\r\nand boundless<br />\r\ncreativity.</p>\r\n</div>\r\n<img alt=\"line image\" class=\"d-none d-lg-block\" src=\"assets/image/icon/Line.svg\" /> <img alt=\"GIrrafBOx\" class=\"about_giraf_image\" src=\"assets/image/about/about-giraf.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"what_is_nouvo_section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row \">\r\n<div class=\"col-12 col-lg-6 col-md-6 order-2 order-lg-1\">\r\n<div class=\"about_mobile_image_with_box\"><img alt=\"about image\" class=\"whatisnouvo-img img-fluid\" src=\"assets/image/about/whatisnouvo.png\" />\r\n<div class=\"yellow_light_box d-block d-md-none\">\r\n<div><small><b>!2*--@#2</b></small><img alt=\"line\" class=\"ps-3 about_line_image\" src=\"assets/image/about/Line.svg\" /></div>\r\n\r\n<div class=\"d-block d-lg-flex\">\r\n<p class=\"giraff-text\">Mr.Giff</p>\r\n\r\n<p class=\"giraff-text-small ps-lg-3 pe-lg-3\">"5#29I@G1'A-2#!-2#LD%<br class=\"d-none d-md-block\" />\r\nA%0@5H"!I'"'2!4*#I2*##L</p>\r\n</div>\r\n<img alt=\"line image\" class=\"d-none d-lg-block\" src=\"assets/image/icon/Line.svg\" /> <img alt=\"GIrrafBOx\" class=\"about_giraf_image\" src=\"assets/image/about/about-giraf.png\" /></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-12 col-lg-6 col-md-6  order-1 order-lg-2\">\r\n<div class=\"right_part ps-xl-3\">\r\n<h2 class=\"heading_line \"><b>Nouvo Spaces</b> 7-C#</h2>\r\n\r\n<div class=\"mt-3 vertical_solid_blue_line position-relative\">&nbsp;</div>\r\n\r\n<p class=\"desc mt-4\"><b>Nouvo Spaces</b> @G9IC+I#42##'!6C+I2#*1*818#4A%09I#0-2#CI2-L#0-7I2H2FA%0-LA'#L1*!1" @7H-C+I8(1" 293!2C
I18#4-8-"H2@G!#0*44 2 B"D#I1'%@#7H--8*##22" 2I85H1I-DI</p>\r\n\r\n<p class=\"desc\">@#2DI!8H@ID5H2#C+I'2!*31
18'2!I-2#H2!%2'2!+%2+%2"-#9A8#4A%012-"H2H-@7H-@7H-!-*4H5H55H*8C+IAH%9I2-@#2</p>\r\n\r\n<p class=\"desc\"><b>Nouvo Spaces</b> @G8#4C@#7-- <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> 9I@
5H"'
2
I2*312#I-!C
IA%0*312@*!7-
1I3-#8@!+2#6H1I-"9H-22#@-G!D#L 2'@'-#L (*2#)</p>\r\n\r\n<div class=\"yellow_light_box d-none d-md-block\">\r\n<div><small><b>!2*--@#2</b></small><img alt=\"line\" class=\"ps-3 about_line_image\" src=\"assets/image/about/Line.svg\" /></div>\r\n\r\n<div class=\"d-block d-lg-flex\">\r\n<p class=\"giraff-text\">Mr.Giff</p>\r\n\r\n<p class=\"giraff-text-small ps-lg-3 pe-lg-3\">"5#29I@G1'A-2#!-2#LD%<br class=\"d-none d-md-block\" />\r\nA%0@5H"!I'"'2!4*#I2*##L</p>\r\n</div>\r\n<img alt=\"line image\" class=\"d-none d-lg-block\" src=\"assets/image/icon/Line.svg\" /> <img alt=\"GIrrafBOx\" class=\"about_giraf_image\" src=\"assets/image/about/about-giraf.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"from_our_cero_with_section  section-padding-top \">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row \">\r\n<div class=\"col-12 col-lg-6 col-md-6 \">\r\n<div class=\"left_part ps-xl-3\">\r\n<h2 class=\"heading_line \"><b>From Our CEO,</b> With Heart</h2>\r\n\r\n<div class=\"mt-3 vertical_solid_blue_line position-relative\">&nbsp;</div>\r\n\r\n<p class=\"desc mt-4 \"><img alt=\"quate image\" class=\"quate_image1\" src=\"assets/image/icon/quate-blue.svg\" /><b>Nouvo Spaces <i>Where Smart Business Begins</i></b> &mdash; We are a modern and forward-thinking office space provider, with over 19 years of experience in providing workspace solutions to Thai and international companies operating in Thailand.</p>\r\n\r\n<p class=\"desc \">Here, we offer fully-equipped offices with state-of-the-art amenities, security in every square inch, and an inspiring environment that fuels creativity and helps significantly reduce your business costs.</p>\r\n\r\n<p class=\"desc \">Our responsive and attentive service is delivered by a team of seasoned professionals, dedicated to offering the best experience and supporting your business success every step of the way.</p>\r\n\r\n<p class=\"desc  \">I am truly excited and hopeful that <b>Nouvo Spaces will have the opportunity to support you and your business.</b><img alt=\"quate image\" class=\"quate_image2 ms-3 \" src=\"assets/image/icon/quate-gray.svg\" /></p>\r\n\r\n<div class=\"yellow_light_box mt-lg-4 d-none d-md-block\">\r\n<div>\r\n<p>Chatchawan Pisitpaisankun<br />\r\n&mdash; Chief Executive Officer (CEO), Nouvo Spaces</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-12 col-lg-6 col-md-6 d-md-flex align-items-center justify-content-lg-center\">\r\n<div class=\"about_from_ceo_img_with_text\"><img alt=\"about image\" class=\"whatisnouvo-img  img-fluid\" src=\"assets/image/about/chief-executive.png\" />\r\n<div class=\"yellow_light_box mt-lg-4 d-block d-md-none ms-2\">\r\n<div>\r\n<p>Chatchawan Pisitpaisankun</p>\r\n\r\n<p>&mdash; Chief Executive Officer<br />\r\n(CEO), Nouvo Spaces</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"from_our_cero_with_section  section-padding-top \">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row \">\r\n<div class=\"col-12 col-lg-6 col-md-6 \">\r\n<div class=\"left_part ps-xl-3\">\r\n<h2 class=\"heading_line \"><b>2C CEO</b> 6%9I2-@#2</h2>\r\n\r\n<div class=\"mt-3 vertical_solid_blue_line position-relative\">&nbsp;</div>\r\n\r\n<p class=\"desc mt-4 \"><img alt=\"quate image\" class=\"quate_image1\" src=\"assets/image/icon/quate-blue.svg\" /><b>9B'H *@*@* <i>Where Smart Business Begins</i></b> 7-7I5H*312%I3*!1"A%0A'C+!H5H@#2*#I2*##L6I!22#0*2#L!2'H2 19 5 C2#C+I#42#@
H27I5H*312AH'4*2+42%2@%G-D"A%0H2
245H@I2!2#0-8#4CD"</p>\r\n\r\n<p class=\"desc mt-4\">5H7I5HA+H5I@#2!-'2!#I-!-*3125H@G!@5H"!I'"-8#L1*!1" '2!%- 1"82#24I'-7I5H##"22(5H*'"2!C+IA#12%C2#32*#I2*##L%2A%0
H'"%I8DI-"H2!2AH8#4-H2</p>\r\n\r\n<p class=\"desc mt-4\">@#2#I-!C+I#42#5H	1D'A%0C*HCI'"5!25H!5'2!*2!2#A%0#0*2#L-1"2'2@7H-!-#0*2#L5H55H*8AH8H2A%0*1*8'2!'2!*3@#G-8#4-H2%-@*I2</p>\r\n\r\n<p class=\"desc mt-4 \">!#9I*67H@IA%0+'1'H2 <b>9B'H *@*@* 0DI!5B-2*#1C
I8H2#1</b>&nbsp;<img alt=\"quate image\" class=\"quate_image2 ms-3 \" src=\"assets/image/icon/quate-gray.svg\" /></p>\r\n\r\n<div class=\"yellow_light_box mt-lg-4 d-none d-md-block\">\r\n<div>\r\n<p>
1
'2%"L 4*4D(2%8%<br />\r\n&mdash; Chief Executive Officer (CEO), Nouvo Spaces</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-12 col-lg-6 col-md-6 d-md-flex align-items-center justify-content-lg-center\">\r\n<div class=\"about_from_ceo_img_with_text\"><img alt=\"about image\" class=\"whatisnouvo-img  img-fluid\" src=\"assets/image/about/chief-executive.png\" />\r\n<div class=\"yellow_light_box mt-lg-4 d-block d-md-none ms-2\">\r\n<div>\r\n<p>
1
'2%"L 4*4D(2%8%</p>\r\n\r\n<p>&mdash; Chief Executive Officer<br />\r\n(CEO), Nouvo Spaces</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"how_nouvo_spaces_supports_section  section-padding-top \">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row justify-content-center\">\r\n<div class=\"col-12 col-lg-8  \">\r\n<h2 class=\"heading_line  text-center\">How <b>Nouvo Spaces</b><br />\r\nSupports You</h2>\r\n\r\n<div class=\"mt-lg-5 text-center\"><img alt=\"quate image\" class=\"about-support img-fluid mt-4\" src=\"assets/image/about/about-Support.png\" /></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row justify-content-center mt-5 d-none d-md-flex\">\r\n<div class=\"col-md-6 col-lg-6 position-relative text-lg-end pe-lg-5\">\r\n<h4 class=\"mt-lg-4 pe-lg-2\">We See and Value Every Dream</h4>\r\n\r\n<p class=\"desc \">We&rsquo;re here to support your dream of starting a business &mdash; true to our motto since day one, a promise we keep: <b><i>&ldquo;Where Smart Business Begins.&rdquo;</i></b> Nouvo Spaces is where you plant seeds and we look forward to seeing them grow.</p>\r\n\r\n<div class=\"horizontal-blue-line\">&nbsp;</div>\r\n</div>\r\n\r\n<div class=\"col-md-6 col-lg-6 text-lg-left ps-lg-4\">\r\n<h4 class=\"mt-lg-4 \">19+ Years of Entrepreneur Support</h4>\r\n\r\n<p class=\"desc\">You&rsquo;ll be cared for with professional, attentive service from the <span>Nouvo Spaces</span> team, operated by <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> &mdash; a company with over 19 years of experience supporting driven entrepreneurs and business owners.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row justify-content-center mt-4 d-block d-md-none\">\r\n<div class=\"accordion \" id=\"nouvo_spacesid\">\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1fg-first\" data-bs-toggle=\"collapse\" type=\"button\">We See and Value Every Dream <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#nouvo_spacesid\" id=\"acc1fg-first\">\r\n<div class=\"accordion-body\">\r\n<p class=\"desc \">We&rsquo;re here to support your dream of starting a business &mdash; true to our motto since day one, a promise we keep: <b><i>&ldquo;Where Smart Business Begins.&rdquo;</i></b> Nouvo Spaces is where you plant seeds and we look forward to seeing them grow.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1fg-second\" data-bs-toggle=\"collapse\" type=\"button\">19+ Years of Entrepreneur Support <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#nouvo_spacesid\" id=\"acc1fg-second\">\r\n<div class=\"accordion-body\">\r\n<p class=\"desc\">You&rsquo;ll be cared for with professional, attentive service from the <span>Nouvo Spaces</span> team, operated by <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> &mdash; a company with over 19 years of experience supporting driven entrepreneurs and business owners.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"how_nouvo_spaces_supports_section  section-padding-top \">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row justify-content-center\">\r\n<div class=\"col-12 col-lg-8 \">\r\n<h2 class=\"how_nouvo_heading_line  text-center\"><b>Nouvo Spaces</b></h2>\r\n\r\n<p class=\"how_nouvo_heading_second_line  text-center\">*1*88-"H2D#</p>\r\n\r\n<div class=\"mt-lg-5 text-center\"><img alt=\"quate image\" class=\"about-support img-fluid mt-4\" src=\"assets/image/about/about-Support.png\" /></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row justify-content-center mt-5 d-none d-md-flex\">\r\n<div class=\"col-md-6 col-lg-6 position-relative text-lg-end pe-lg-5\">\r\n<h4 class=\"mt-lg-4 pe-lg-2\">@+GA%0C+I8H218'2!1</h4>\r\n\r\n<p class=\"desc \">@#2#I-!5H0*1*8'2!1C2#!58#4-8@G!5H1H#0B" <b><i>&ldquo;Where Smart Business Begins.&rdquo;</i></b> 5H@#2C
I"67-!21IAH'1A#6'15I B"@G <b>7I5HA+HC+!H (Nouvo Spaces)</b> @7H-@#4H!+'H2@!%G7
%A%0#-'1%4---%D#I-!18</p>\r\n\r\n<div class=\"horizontal-blue-line\">&nbsp;</div>\r\n</div>\r\n\r\n<div class=\"col-md-6 col-lg-6 text-lg-left ps-lg-4\">\r\n<h4 class=\"mt-lg-4 \">9A%18#4!2A%I''H2 19 5</h4>\r\n\r\n<p class=\"desc\">80DI#12##42#-"H2C*HCA%0@G!7--2
525!2 <span>Nouvo Spaces</span> 5H#4+2#B" <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> 6H!5#0*2#LI22#-3'"'2!*0'118#4A%09I#0-2#5H!5'2!CH1!2-"H2H-@7H-@G#0"0@'%2'H2 19 5</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row justify-content-center mt-4 d-block d-md-none\">\r\n<div class=\"accordion \" id=\"nouvo_spacesid\">\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1fg-first\" data-bs-toggle=\"collapse\" type=\"button\">@+GA%0C+I8H218'2!1 <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#nouvo_spacesid\" id=\"acc1fg-first\">\r\n<div class=\"accordion-body\">\r\n<p class=\"desc \">@#2#I-!5H0*1*8'2!1C2#!58#4-8@G!5H1H #0B" <b><i>&ldquo;Where Smart Business Begins.&rdquo;</i></b> 5H@#2C
I"67-!21IAH'1A#6'15I B"@G <b>7I5HA+HC+!H (Nouvo Spaces)</b> @7H-@#4H!+'H2@!%G7
%A%0#-'1%4---%D#I-!18</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1fg-second\" data-bs-toggle=\"collapse\" type=\"button\">9A%18#4!2A%I''H2 19 5 <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#nouvo_spacesid\" id=\"acc1fg-second\">\r\n<div class=\"accordion-body\">\r\n<p class=\"desc\">80DI#12##42#-"H2C*HCA%0@G!7--2
525!2 <span>Nouvo Spaces</span> 5H#4+2#B" <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> 6H!5#0*2#LI22#-3'"'2!*0'118#4A%09I#0-2#5H!5'2!CH1 !2-"H2H-@7H-@G#0"0@'%2'H2 19 5</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"take__a_look_aroud_section  section-padding-top\">\r\n<div class=\"slider-container\">\r\n<div class=\"slider-left\">\r\n<p class=\"take_title\">Take a Look Around</p>\r\n\r\n<p class=\"nouvo_title\">Nouvo Spaces</p>\r\n\r\n<div class=\"mt-3 vertical_solid_blue_line position-relative\">&nbsp;</div>\r\n\r\n<div class=\"slider-menu mt-4\">\r\n<div class=\"menu-item active\" data-index=\"0\" data-label=\"Serviced Office\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon \"><img alt=\"Building icon image\" class=\"tackbuilding\" src=\"assets/image/icon/Icon_Building.svg\" /></div>\r\nServiced Office</div>\r\n\r\n<div class=\"menu-item\" data-index=\"1\" data-label=\"Meeting Rooms\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon\"><img alt=\"meeting icon image\" src=\"assets/image/icon/Icon_Meeting_Room.svg\" /></div>\r\nMeeting Rooms</div>\r\n\r\n<div class=\"menu-item\" data-index=\"2\" data-label=\"Co-working Space\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon\"><img alt=\"laptop icon image\" src=\"assets/image/icon/Icon_Laptop.svg\" /></div>\r\nCo-working Space</div>\r\n\r\n<div class=\"menu-item\" data-index=\"3\" data-label=\"Mailbox\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon\"><img alt=\"mailbox icon image\" src=\"assets/image/icon/Icon_Mailbox.svg\" /></div>\r\nMailbox</div>\r\n\r\n<div class=\"menu-item\" data-index=\"4\" data-label=\"Creative Gallery\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon\"><img alt=\"paint-palette icon image\" class=\"tackbuilding-crl\" src=\"assets/image/icon/paint-palette.svg\" /></div>\r\nCreative Gallery</div>\r\n</div>\r\n\r\n<div class=\"mobile-active-label\"><span class=\"arrow\"><img alt=\"\" src=\"assets/image/icon/grater-then.svg\" /> </span> <span class=\"label-text\">Serviced Office</span></div>\r\n</div>\r\n\r\n<div class=\"slider-right\"><img class=\"slide-img active\" src=\"assets/image/about/about-slider-1.png\" /> <img class=\"slide-img\" src=\"assets/image/about/about-slider-2.png\" /> <img class=\"slide-img\" src=\"assets/image/about/about-slider-3.png\" /> <img class=\"slide-img\" src=\"assets/image/about/about-slider-4.png\" /> <img class=\"slide-img\" src=\"assets/image/about/about-slider-5.png\" /></div>\r\n</div>\r\n</section>\r\n', '<section class=\"take__a_look_aroud_section  section-padding-top\">\r\n<div class=\"slider-container\">\r\n<div class=\"slider-left\">\r\n<p class=\"take_title\">
!A%0*3#'</p>\r\n\r\n<p class=\"nouvo_title\">Nouvo Spaces</p>\r\n\r\n<div class=\"mt-3 vertical_solid_blue_line position-relative\">&nbsp;</div>\r\n\r\n<div class=\"slider-menu mt-4\">\r\n<div class=\"menu-item active\" data-index=\"0\" data-label=\"Serviced Office\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon \"><img alt=\"Building icon image\" class=\"tackbuilding\" src=\"assets/image/icon/Icon_Building.svg\" /></div>\r\n*312*H'1'</div>\r\n\r\n<div class=\"menu-item\" data-index=\"1\" data-label=\"Meeting Rooms\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon\"><img alt=\"meeting icon image\" src=\"assets/image/icon/Icon_Meeting_Room.svg\" /></div>\r\n+I-#0
8!</div>\r\n\r\n<div class=\"menu-item\" data-index=\"2\" data-label=\"Co-working Space\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon\"><img alt=\"laptop icon image\" src=\"assets/image/icon/Icon_Laptop.svg\" /></div>\r\nCo-working Space</div>\r\n\r\n<div class=\"menu-item\" data-index=\"3\" data-label=\"Mailbox\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon\"><img alt=\"mailbox icon image\" src=\"assets/image/icon/Icon_Mailbox.svg\" /></div>\r\n9I+!2"</div>\r\n\r\n<div class=\"menu-item\" data-index=\"4\" data-label=\"Creative Gallery\"><span class=\"arrow\"><img alt=\"graterthen\" src=\"assets/image/icon/grater-then.svg\" /></span>\r\n\r\n<div class=\"icon\"><img alt=\"paint-palette icon image\" class=\"tackbuilding-crl\" src=\"assets/image/icon/paint-palette.svg\" /></div>\r\nA%-#5H1A*%2</div>\r\n</div>\r\n\r\n<div class=\"mobile-active-label\"><span class=\"arrow\"><img alt=\"\" src=\"assets/image/icon/grater-then.svg\" /> </span> <span class=\"label-text\">*312*H'1'</span></div>\r\n</div>\r\n\r\n<div class=\"slider-right\"><img class=\"slide-img active\" src=\"assets/image/about/about-slider-1.png\" /> <img class=\"slide-img\" src=\"assets/image/about/about-slider-2.png\" /> <img class=\"slide-img\" src=\"assets/image/about/about-slider-3.png\" /> <img class=\"slide-img\" src=\"assets/image/about/about-slider-4.png\" /> <img class=\"slide-img\" src=\"assets/image/about/about-slider-5.png\" /></div>\r\n</div>\r\n</section>\r\n', '', '', '', '', NULL, 'active', 0, '2025-11-27 13:10:51', 1, '2026-03-31 04:22:40'),
(20, 'Contact Us', '4H-@#2', '<p>If You&rsquo;re Interested or Have Questions,<br />\r\n<b>We&rsquo;re Here to Help.</b></p>\r\n', '<p>+283%1*C+#7-!5I-**1"@5H"'1#42#-@#2<br />\r\n<b>@#2"455H09A%8</b></p>\r\n', '', '', '608contact-main-en.png', '755contact-main-th.png', '<div class=\"container px-3 \">\r\n<div class=\"row px-lg-5 align-items-center\">\r\n<div class=\"col-lg-12 \">\r\n<h2>All Our Branches</h2>\r\n\r\n<div class=\"black-hr\">&nbsp;</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-4 mt-5 pt-lg-5 \">\r\n<h3 class=\"d-block d-md-none mb-3 mb-lg-0\">Rama IV Branch (HQ)</h3>\r\n<img alt=\"office image\" class=\"img-fluid office_c_img1\" src=\"assets/image/contat/sec-3-image.png\" /></div>\r\n\r\n<div class=\"col-lg-6 mt-lg-2 pt-lg-5 ps-lg-5 \">\r\n<div class=\"ps-xl-5\">\r\n<h3 class=\"d-none d-md-block\">Rama IV Branch (HQ)</h3>\r\n\r\n<div class=\"blue-hr\">&nbsp;</div>\r\n\r\n<div class=\"d-inline-flex justify-content-start mt-lg-4 pt-lg-2\"><span><img alt=\"location icon image\" class=\"contact_lom\" src=\"assets/image/icon/contact_address.svg\" /> </span>\r\n\r\n<p class=\"contactpage-right_address mb-0 ps-3\"><span class=\"fw-bold\">Nouvo Spaces Building</span><br />\r\n4304/15 Rama IV Road, Phra Khanong, Khlong Toei, Bangkok 10110, Thailand</p>\r\n</div>\r\n\r\n<div class=\"d-inline-flex justify-content-start mt-2 mt-lg-3 \"><span><img alt=\"location icon image\" class=\"contact_pom\" src=\"assets/image/icon/contact_phone_p.svg\" /> </span> <a class=\"contactpage-right_address mb-0 ps-3\" href=\"tel:(+66)26861228\">(+66) 2 686 1228</a></div>\r\n\r\n<div class=\"d-inline-flex justify-content-start mt-3\">\r\n<p class=\"contactpage-right_address mb-0\"><b>Open:</b> Monday &ndash; Friday, 08:30&ndash;18:00</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-4 mt-4 pt-lg-4 \">\r\n<h3 class=\"d-block d-md-none mb-3 mb-lg-0 onnut_brunch_eading\">On Nut Branch</h3>\r\n<img alt=\"office image\" class=\"img-fluid office_c_img\" src=\"assets/image/contat/sec-4-image.png\" /></div>\r\n\r\n<div class=\"col-lg-6  ps-lg-2 ps-lg-5 \">\r\n<div class=\"ps-xl-5\">\r\n<h3 class=\"gray_h3 d-none d-md-block\">On Nut Branch</h3>\r\n\r\n<div class=\"gray-hr\">&nbsp;</div>\r\n\r\n<div class=\"d-inline-flex justify-content-start mt-0 mt-lg-4 mb-lg-5 pb-lg-3 pt-lg-2\"><span><img alt=\"location icon image\" class=\"contact_lom\" src=\"assets/image/icon/contact_address_blure-icon.svg\" /> </span>\r\n\r\n<p class=\"contactpage-right_address gray_p mb-0 ps-3\">We&rsquo;re working on it!<br />\r\nNouvo Spaces On Nut is opening soon.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n', '<div class=\"container px-3 \">\r\n<div class=\"row px-lg-5 align-items-center\">\r\n<div class=\"col-lg-12 \">\r\n<h2>*221I+!-@#2</h2>\r\n\r\n<div class=\"black-hr\">&nbsp;</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-4 mt-5 pt-lg-5 \">\r\n<h3 class=\"d-block d-md-none mb-3 mb-lg-0 \">*22#0#2! 4 (*312C+
H)</h3>\r\n<img alt=\"office image\" class=\"img-fluid office_c_img1\" src=\"assets/image/contat/sec-3-image.png\" /></div>\r\n\r\n<div class=\"col-lg-6 mt-lg-2 pt-lg-5 ps-lg-5  \">\r\n<div class=\"ps-xl-5\">\r\n<h3 class=\"d-none d-md-block thai_ctitle\">*22#0#2! 4 (*312C+
H)</h3>\r\n\r\n<div class=\"blue-hr\">&nbsp;</div>\r\n\r\n<div class=\"d-inline-flex justify-content-start mt-lg-4 pt-lg-2\"><span><img alt=\"location icon image\" class=\"contact_lom\" src=\"assets/image/icon/contact_address.svg\" /> </span>\r\n\r\n<p class=\"contactpage-right_address mb-0 ps-3\"><span class=\"fw-bold\">-22#9B'H *@@*</span> 4304/15 #0#2!5H 4 A'#0B @%-@" #8@!+2# 10110</p>\r\n</div>\r\n\r\n<div class=\"d-inline-flex justify-content-start mt-2 mt-lg-3 \"><span><img alt=\"location icon image\" class=\"contact_pom\" src=\"assets/image/icon/contact_phone_p.svg\" /> </span> <a class=\"contactpage-right_address mb-0 ps-3\" href=\"tel:(+66)26861228\">(+66) 2 686 1228</a></div>\r\n\r\n<div class=\"d-inline-flex justify-content-start mt-3\">\r\n<p class=\"contactpage-right_address mb-0\"><b>@'%2@432#:</b> 1#L - (8#L 08.30-18.00</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-4 mt-4 pt-lg-4 \">\r\n<h3 class=\"d-block d-md-none mb-3 mb-lg-0 onnut_brunch_eading\">*22-H-8
</h3>\r\n<img alt=\"office image\" class=\"img-fluid office_c_img\" src=\"assets/image/contat/sec-4-image.png\" /></div>\r\n\r\n<div class=\"col-lg-6  ps-lg-4 ps-lg-5\">\r\n<div class=\"ps-xl-5\">\r\n<h3 class=\"gray_h3 d-none d-md-block\">*22-H-8
</h3>\r\n\r\n<div class=\"gray-hr\">&nbsp;</div>\r\n\r\n<div class=\"d-inline-flex justify-content-start mt-0 mt-lg-4 mb-lg-5 pb-lg-3 pt-lg-2\"><span><img alt=\"location icon image\" class=\"contact_lom\" src=\"assets/image/icon/contact_address_blure-icon.svg\" /> </span>\r\n\r\n<p class=\"contactpage-right_address gray_p mb-0 ps-3\">-"9H#0+'H23@42#<br />\r\n@#5"!1@#25H-H-8
@#G'F5I</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n', '', '', '<div class=\"col-lg-6 mb-4 mt-4 pt-lg-4 \">\r\n<h3 class=\"d-block d-md-none mb-3 mb-lg-0\">&nbsp;</h3>\r\n</div>\r\n', '', '', '', '', '<p>0</p>\r\n', '', '', NULL, 'active', 0, '2025-05-29 07:10:06', 1, '2026-03-18 14:26:07');

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

--
-- Table structure for table `tbl_contact`
--

CREATE TABLE `tbl_contact` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `map_image` varchar(255) NOT NULL,
  `headoffice_address` text NOT NULL,
  `delhi_address` text NOT NULL,
  `raipur_address` text NOT NULL,
  `ahemedabad_address` text NOT NULL,
  `works1_address` text NOT NULL,
  `works2_address` text NOT NULL,
  `image` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_contact`
--

INSERT INTO `tbl_contact` (`id`, `title`, `map_image`, `headoffice_address`, `delhi_address`, `raipur_address`, `ahemedabad_address`, `works1_address`, `works2_address`, `image`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'test123', 'yY0XLKU7.png', 'test123', 'test123', 'test123', 'test123', 'test123', 'test123', '1714732815_crop.png', 0, 1, '2024-05-03 10:39:31', 1, '2024-05-03 10:40:15'),
(2, 'test', 'FBREgNwM.png', 'test', 'test', 'test', 'test', 'test', 'test', '1715260221_crop.png', 0, 1, '2024-05-09 13:10:21', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_gallery`
--

CREATE TABLE `tbl_gallery` (
  `id` int(11) NOT NULL,
  `name` int(11) NOT NULL,
  `image` varchar(500) DEFAULT NULL,
  `banner_image` varchar(255) DEFAULT NULL,
  `status` varchar(255) NOT NULL,
  `position_order` int(11) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_gallery`
--

INSERT INTO `tbl_gallery` (`id`, `name`, `image`, `banner_image`, `status`, `position_order`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(31, 3, '1718022315_1698912647_1.webp', '1711717028_final.jpg', 'Active', 0, 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(32, 3, '1718022250_1698912657_2.webp', '', 'Active', 0, 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(33, 1, '1718022197_1698912667_3.webp', '', 'Active', 2, 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(35, 1, '1718022061_1716374293_1698912684_5.webp', '', 'Active', 4, 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(36, 1, '1718022011_1716374311_1698912695_6.webp', '', 'Active', 3, 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(37, 4, '1718021948_1715847853_7.webp', NULL, 'Active', 0, 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(38, 4, '1718021896_1715847875_31.webp', NULL, 'Active', 0, 0, 0, '0000-00-00 00:00:00', 17, '2024-07-23 14:13:39'),
(39, 1, '1718022120_1698912676_4.webp', NULL, 'Active', 1, 0, 0, '2024-07-24 08:10:40', 17, '2024-09-04 05:17:45');

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

--
-- Table structure for table `tbl_general`
--

CREATE TABLE `tbl_general` (
  `id` int(11) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `logo_moble` varchar(100) NOT NULL,
  `footer_logo` text NOT NULL,
  `phone_no` text NOT NULL,
  `address_en` varchar(500) CHARACTER SET utf8 NOT NULL,
  `address_th` varchar(500) CHARACTER SET utf8 NOT NULL,
  `content_en` text CHARACTER SET utf8 NOT NULL,
  `content_th` text CHARACTER SET utf8 NOT NULL,
  `email` varchar(255) CHARACTER SET utf8 NOT NULL,
  `talk_to_our_team_en` varchar(100) CHARACTER SET utf8 NOT NULL,
  `talk_to_our_team_th` varchar(100) CHARACTER SET utf8 NOT NULL,
  `talk_to_our_team_link` varchar(255) CHARACTER SET utf8 NOT NULL,
  `facebook_link` varchar(255) NOT NULL,
  `whatsapp_link` varchar(255) NOT NULL,
  `instagram_link` varchar(255) NOT NULL,
  `youtube_link` varchar(255) NOT NULL,
  `linkedin_link` text CHARACTER SET utf8 NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_general`
--

INSERT INTO `tbl_general` (`id`, `logo`, `logo_moble`, `footer_logo`, `phone_no`, `address_en`, `address_th`, `content_en`, `content_th`, `email`, `talk_to_our_team_en`, `talk_to_our_team_th`, `talk_to_our_team_link`, `facebook_link`, `whatsapp_link`, `instagram_link`, `youtube_link`, `linkedin_link`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(3, '69491fb711b6b.png', '69491fb712890.png', '69491fb71328e.png', '(+66) 2 686 1228', 'Nouvo Spaces\r\n                            Building</span><br class=\"d-none d-md-block\"> 4304/15 Rama IV Road., Phra\r\n                        Khanong, Khlong Toei, Bangkok 10110, Thailand', '-22#9B'H *@@*</span>  4304/15 #0#2!5H 4 A'#0B @%-@" #8@!+2# 10110', '<p class=\"footer_paragraph_content d-none d-md-block\">Nouvo Spaces offers essential business support &mdash; from infrastructure to smart management tools &mdash; built for new entrepreneurs. Unlock your full potential without the burden of operational hurdles, all at an accessible cost.</p>\r\n\r\n<div class=\"mt-4 pt-3 pb-2   border-left-custom d-none d-md-block\">\r\n<p class=\"fw-bold-italic mb-2\">Where Smart Business Begins.</p>\r\n\r\n<p class=\"small text-muted-custom\">Let <span class=\"text-primary-custom fw-bold\">Nouvo Spaces</span> support you and your business &mdash; backed by <a class=\"text-orange-custom \" href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a>&rsquo;s <span class=\"fw-bold\">19+ years of experience.</span></p>\r\n</div>\r\n', '<p class=\"footer_paragraph_content d-none d-md-block\">Nouvo Spaces 7-9IC+I#42#*1*8-L#0-7I2#'!6-LA'#L#4+2#8#45H
2
	%2C+I118#4+#7-9I#0-2#5H@4H@#4H!I8#4 @7H-C+I8(1" 293!2C
IDI-"H2@G!#0*44 2 B"D#I1'%@#7H--8*##22" 2I85H1I-DI</p>\r\n\r\n<div class=\"mt-4 pt-3 pb-2   border-left-custom d-none d-md-block\">\r\n<p class=\"fw-bold-italic mb-2\">Where Smart Business Begins.</p>\r\n\r\n<p class=\"small text-muted-custom\">C+I'@#2 <span class=\"text-primary-custom fw-bold\">Nouvo Spaces</span> DI9A%8A%08#4-8<br />\r\nB"5!2 <a class=\"text-orange-custom \" href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> <span class=\"fw-bold\">5H!5#0*2#L!2'H2 19 5</span></p>\r\n</div>\r\n', '@nouvospaces', 'Talk to Our Team', 'C+I@#24H-%1', 'contact-us', '', '', '', '', '', 0, 1, '2025-05-02 07:26:25', 1, '2026-03-16 06:01:45');

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

--
-- Table structure for table `tbl_last_login`
--

CREATE TABLE `tbl_last_login` (
  `id` bigint(20) NOT NULL,
  `userId` bigint(20) NOT NULL,
  `sessionData` varchar(2048) NOT NULL,
  `machineIp` varchar(1024) NOT NULL,
  `userAgent` varchar(128) NOT NULL,
  `agentString` varchar(1024) NOT NULL,
  `platform` varchar(128) NOT NULL,
  `createdDtm` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `tbl_last_login`
--

INSERT INTO `tbl_last_login` (`id`, `userId`, `sessionData`, `machineIp`, `userAgent`, `agentString`, `platform`, `createdDtm`) VALUES
(1, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 99.0.4844.84', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36', 'Windows 7', '2022-04-04 22:19:07'),
(2, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 01:33:45'),
(3, 14, '{\"role\":\"11\",\"roleText\":\"Project Manager L6\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 01:35:50'),
(4, 14, '{\"role\":\"11\",\"roleText\":\"Project Manager L6\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 01:36:25'),
(5, 14, '{\"role\":\"11\",\"roleText\":\"Project Manager L6\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 02:06:57'),
(6, 14, '{\"role\":\"11\",\"roleText\":\"Project Manager L6\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 02:08:21'),
(7, 14, '{\"role\":\"11\",\"roleText\":\"Project Manager L6\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 02:16:40'),
(8, 14, '{\"role\":\"11\",\"roleText\":\"Project Manager L6\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 02:17:26'),
(9, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 02:30:21'),
(10, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 02:30:39'),
(11, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-17 23:49:29'),
(12, 14, '{\"role\":\"11\",\"roleText\":\"Project Manager L6\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 01:41:39'),
(13, 14, '{\"role\":\"12\",\"roleText\":\"Data Entry Operator\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 01:42:38'),
(14, 14, '{\"role\":\"12\",\"roleText\":\"Data Entry Operator\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 01:51:18'),
(15, 14, '{\"role\":\"12\",\"roleText\":\"Data Entry Operator\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 01:54:04'),
(16, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 02:15:01'),
(17, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 23:52:14'),
(18, 14, '{\"role\":\"12\",\"roleText\":\"Data Entry Operator\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 23:53:41'),
(19, 14, '{\"role\":\"12\",\"roleText\":\"Data Entry Operator\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 23:55:24'),
(20, 14, '{\"role\":\"12\",\"roleText\":\"Data Entry Operator\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-18 23:57:25'),
(21, 14, '{\"role\":\"12\",\"roleText\":\"Data Entry Operator\",\"name\":\"Pml6\",\"isAdmin\":\"2\"}', '::1', 'Chrome 102.0.0.0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36', 'Windows 7', '2022-06-19 00:21:13'),
(22, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-03 14:14:14'),
(23, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-03 14:18:53'),
(24, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-03 15:35:52'),
(25, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-03 16:05:03'),
(26, 15, '{\"role\":\"3\",\"roleText\":\"Employee\",\"name\":\"Test\",\"isAdmin\":\"2\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-03 17:21:32'),
(27, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-06 10:28:47'),
(28, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-08 10:36:37'),
(29, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Windows 10', '2024-04-08 10:45:27'),
(30, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-08 18:13:41'),
(31, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-09 10:56:41'),
(32, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-09 14:28:05'),
(33, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-10 10:52:27'),
(34, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-13 12:00:46'),
(35, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36', 'Windows 10', '2024-04-13 14:26:42'),
(36, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Windows 10', '2024-04-13 15:15:16'),
(37, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 123.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0', 'Windows 10', '2024-04-13 15:16:23'),
(38, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-04-30 12:29:38'),
(39, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-04-30 14:55:12'),
(40, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-01 10:27:37'),
(41, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-01 13:19:19'),
(42, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-02 10:55:49'),
(43, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-02 14:09:07'),
(44, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-02 17:43:32'),
(45, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-03 10:54:05'),
(46, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-06 11:37:48'),
(47, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-08 11:20:23'),
(48, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Windows 10', '2024-05-08 18:01:51'),
(49, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-09 10:33:24'),
(50, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-10 11:08:12'),
(51, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-10 16:55:16'),
(52, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0', 'Windows 10', '2024-05-10 17:00:28'),
(53, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-11 10:28:14'),
(54, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-11 14:52:26'),
(55, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 124.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36', 'Windows 10', '2024-05-24 13:13:06'),
(56, 1, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 125.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36', 'Windows 10', '2024-06-06 09:57:40'),
(57, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-18 10:03:31'),
(58, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-19 09:51:00'),
(59, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-22 09:39:30'),
(60, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-23 09:42:45'),
(61, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-24 11:06:25'),
(62, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-24 17:20:48'),
(63, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-25 09:43:51'),
(64, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-25 09:44:48'),
(65, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-26 09:46:05'),
(66, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-27 15:06:06'),
(67, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-29 09:42:38'),
(68, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-30 09:22:59'),
(69, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 126.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', 'Windows 10', '2024-07-30 17:40:54'),
(70, 17, '{\"role\":\"1\",\"roleText\":\"System Administrator\",\"name\":\"System Administrator\",\"isAdmin\":\"1\"}', '::1', 'Chrome 127.0.0.0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'Windows 10', '2024-07-31 09:48:11');

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

--
-- Table structure for table `tbl_media`
--

CREATE TABLE `tbl_media` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `status` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_media`
--

INSERT INTO `tbl_media` (`id`, `name`, `image`, `status`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(4, '', 'zifeGa0D.jpg', 'Active', 0, 1, '2025-05-29 06:41:26', 0, '0000-00-00 00:00:00'),
(3, 'bhavin shah', '8VElzfSM.jpg', 'Active', 0, 1, '2025-05-29 06:36:29', 0, '0000-00-00 00:00:00'),
(5, '', 'MJwYqU9l.jpg', 'Active', 0, 1, '2025-05-29 06:41:35', 0, '0000-00-00 00:00:00'),
(6, '', '6tS5z8Cx.jpg', 'Active', 0, 1, '2025-05-29 06:41:56', 0, '0000-00-00 00:00:00'),
(7, '', 't4DEYBKN.jpg', 'Active', 0, 1, '2025-05-29 06:42:13', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_member`
--

CREATE TABLE `tbl_member` (
  `id` int(11) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `status` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_member`
--

INSERT INTO `tbl_member` (`id`, `logo`, `title`, `description`, `status`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(2, 'gFlNRXbK.png', 'jhbjhbjhjhbjhbj', 'hjhbhb', 'Active', 0, 1, '2024-05-09 11:58:46', 17, '2024-07-23 09:15:32');

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

--
-- Table structure for table `tbl_menu`
--

CREATE TABLE `tbl_menu` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `link` varchar(255) NOT NULL,
  `status` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

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

--
-- Table structure for table `tbl_meta_keyword`
--

CREATE TABLE `tbl_meta_keyword` (
  `id` int(11) NOT NULL,
  `page_title` varchar(255) NOT NULL,
  `meta_title` varchar(255) NOT NULL,
  `meta_keyword` text NOT NULL,
  `meta_description` text NOT NULL,
  `meta_image` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_meta_keyword`
--

INSERT INTO `tbl_meta_keyword` (`id`, `page_title`, `meta_title`, `meta_keyword`, `meta_description`, `meta_image`) VALUES
(3, 'home', 'Home Nouvo Space', 'Home Nouvo Space', 'Home Nouvo Space', 'spmachines.jpg'),
(4, 'about-us', 'About-Us  Nouvo Space', 'About-Us  Nouvo Space', 'About-Us  Nouvo Space', '1699080469_about-banner.jpg'),
(65, 'contact-us', 'Contact-Us Nouvo Space', 'Contact-Us Nouvo Space', 'Contact-Us Nouvo Space', ''),
(66, 'serviced-office', 'Serviced Office - Nouvo Space', 'Serviced Office - Nouvo Space', 'Serviced Office - Nouvo Space', ''),
(67, 'meeting-rooms', 'Meeting Rooms - Nouvo Space', 'Meeting Rooms - Nouvo Space', 'Meeting Rooms - Nouvo Space', ''),
(68, 'co-working-space', 'Co-Working Space - Nouvo Space', 'Co-Working Space - Nouvo Space', 'Co-Working Space - Nouvo Space', ''),
(69, 'business-address', 'Business Address - Nouvo Space', 'Business Address - Nouvo Space', 'Business Address - Nouvo Space', ''),
(70, 'mail-handling-service', 'Mail Handling Service - Nouvo Space', 'Mail Handling Service - Nouvo Space', 'Mail Handling Service - Nouvo Space', ''),
(71, 'auto-attendant-system', 'Auto-Attendant System - Nouvo Space', 'Auto-Attendant System - Nouvo Space', 'Auto-Attendant System - Nouvo Space', ''),
(72, 'company-registration-service', 'Company Registration - Nouvo Space', 'Company Registration - Nouvo Space', 'Company Registration - Nouvo Space', ''),
(74, 'club-nouvo-ceo', 'Club Nouvo CEO - Nouvo Space', 'Club Nouvo CEO - Nouvo Space', 'Club Nouvo CEO - Nouvo Space', ''),
(75, 'all-of-our-products-and-services', 'Products and Services - Nouvo Space', 'Products and Services - Nouvo Space', 'Products and Services - Nouvo Space', ''),
(76, 'design-your-own-business-dyo', 'Design Your Own Business DYO - Nouvo Space', 'Design Your Own Business DYO - Nouvo Space', 'Design Your Own Business DYO - Nouvo Space', '');

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

--
-- Table structure for table `tbl_news`
--

CREATE TABLE `tbl_news` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_news`
--

INSERT INTO `tbl_news` (`id`, `title`, `image`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(3, 'demo', 'iMsHB2Fe.png', 0, 17, '2024-07-31 15:28:47', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_photo`
--

CREATE TABLE `tbl_photo` (
  `id` int(11) NOT NULL,
  `image` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_photo`
--

INSERT INTO `tbl_photo` (`id`, `image`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(3, 'dhYryExD.png', 0, 1, '2024-05-24 07:46:17', 0, '0000-00-00 00:00:00'),
(4, '9lNChtRf.png', 0, 1, '2024-05-24 07:46:48', 0, '0000-00-00 00:00:00'),
(5, 'RfsLXikZ.png', 0, 1, '2024-05-24 07:46:57', 0, '0000-00-00 00:00:00'),
(6, 'JVYdUEqy.png', 0, 1, '2024-05-24 07:47:06', 0, '0000-00-00 00:00:00'),
(7, 'PWkecj6n.png', 0, 1, '2024-05-24 07:47:14', 0, '0000-00-00 00:00:00'),
(8, 'w5ySnGlW.png', 0, 1, '2024-05-24 07:47:23', 0, '0000-00-00 00:00:00'),
(9, 'XJNUGZuQ.png', 0, 1, '2024-05-24 07:47:41', 0, '0000-00-00 00:00:00'),
(10, 'hSBnvZzF.png', 0, 1, '2024-05-24 07:47:50', 0, '0000-00-00 00:00:00'),
(11, 'XOoidIN9.png', 0, 1, '2024-05-24 07:47:59', 0, '0000-00-00 00:00:00'),
(12, '8dXuRbnx.png', 0, 1, '2024-05-24 07:48:11', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_products`
--

CREATE TABLE `tbl_products` (
  `id` int(11) NOT NULL,
  `title_en` varchar(255) CHARACTER SET utf8 NOT NULL,
  `title_th` varchar(255) CHARACTER SET utf8 NOT NULL,
  `short_description_en` text CHARACTER SET utf8 NOT NULL,
  `short_description_th` text CHARACTER SET utf8 NOT NULL,
  `product_banner` varchar(255) CHARACTER SET utf8 NOT NULL,
  `product_image` varchar(255) CHARACTER SET utf8 NOT NULL,
  `product_mobile_image` varchar(100) CHARACTER SET utf8 NOT NULL,
  `section_one_en` longtext CHARACTER SET utf8 NOT NULL,
  `section_one_th` longtext CHARACTER SET utf8 NOT NULL,
  `section_two_en` longtext CHARACTER SET utf8 NOT NULL,
  `section_two_th` longtext CHARACTER SET utf8 NOT NULL,
  `section_three_en` longtext CHARACTER SET utf8 NOT NULL,
  `section_three_th` longtext CHARACTER SET utf8 NOT NULL,
  `section_four_en` longtext CHARACTER SET utf8 NOT NULL,
  `section_four_th` longtext CHARACTER SET utf8 NOT NULL,
  `section_five_en` longtext CHARACTER SET utf8 NOT NULL,
  `section_five_th` longtext CHARACTER SET utf8 NOT NULL,
  `section_six_en` longtext CHARACTER SET utf8 NOT NULL,
  `section_six_th` longtext CHARACTER SET utf8 NOT NULL,
  `section_seven_en` longtext CHARACTER SET utf8 NOT NULL,
  `section_seven_th` longtext CHARACTER SET utf8 NOT NULL,
  `section_eight_en` longtext CHARACTER SET utf8 NOT NULL,
  `section_eight_th` longtext CHARACTER SET utf8 NOT NULL,
  `section_nine_en` longtext CHARACTER SET utf8 COLLATE utf8_estonian_ci NOT NULL,
  `section_nine_th` longtext CHARACTER SET utf8 NOT NULL,
  `product_order` int(11) NOT NULL,
  `slug_url` varchar(500) CHARACTER SET utf8 NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_products`
--

INSERT INTO `tbl_products` (`id`, `title_en`, `title_th`, `short_description_en`, `short_description_th`, `product_banner`, `product_image`, `product_mobile_image`, `section_one_en`, `section_one_th`, `section_two_en`, `section_two_th`, `section_three_en`, `section_three_th`, `section_four_en`, `section_four_th`, `section_five_en`, `section_five_th`, `section_six_en`, `section_six_th`, `section_seven_en`, `section_seven_th`, `section_eight_en`, `section_eight_th`, `section_nine_en`, `section_nine_th`, `product_order`, `slug_url`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(2, 'Meeting Rooms', '+I-#0
8!', ' Meeting rooms are key to business success. We offer multiple sizes with modern facilities for every purpose.', '+I-#0
8!!5'2!*31
1'2!*3@#G28#4 @#26!5+I-#0
8!+%2"2#I-!-8#5H1*!1"@7H-#-#18'18#0*LA%0'2!I-2#', 'QVDveLas.png', '3rKMIPWO.png', 'N7B4ZV0S.png', '<section class=\"feature-box-section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img class=\"icon\" src=\"../assets/image/icon/future-rooms-virus.svg\" />\r\n<p><b>Rooms in Various Sizes</b> (up to 20 PAX)</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img class=\"icon\" src=\"../assets/image/icon/Benefit-IconBuilding.svg\" />\r\n<p>Easily Accessible at <b>Both Locations</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img class=\"icon \" src=\"../assets/image/icon/Benefit3-Presentmeeting.svg\" />\r\n<p><b>Fully Equipped</b> with Modern Tools</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img class=\"icon\" src=\"../assets/image/icon/Wi-Fi-meeting-room.svg\" />\r\n<p><b>Fast and Stable Internet</b> Connection</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"feature-box-section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img class=\"icon\" src=\"../assets/image/icon/future-rooms-virus.svg\" />\r\n<p><b>+I-#0
8!+%2"2</b><br />\r\n#-#1DI*9*8 20 </p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img class=\"icon\" src=\"../assets/image/icon/Benefit-IconBuilding.svg\" />\r\n<p><b>!5C+I#42#1I 2 *22</b><br />\r\n@%7-C
IDI2!5HI-2#</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img class=\"icon \" src=\"../assets/image/icon/Benefit3-Presentmeeting.svg\" />\r\n<p><b>-8#L2##0
8!</b><br />\r\n5H#I'A%01*!1"</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img class=\"icon\" src=\"../assets/image/icon/Wi-Fi-meeting-room.svg\" />\r\n<p><b>-4@-#L@G'2!@#G'*9</b><br />\r\n5H%7HD+% D!H!5*08</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"modern_meeting_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7 mb-2 mb-lg-4 \">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/meeting-rooms/modurn_meeting_sec.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">Modern Meeting Rooms in <span class=\"highlight\">Various Sizes</span> To Suit Every Business Need</h3>\r\n\r\n<p class=\"desc\">We offer meeting rooms for up to 20 people. Whether it&rsquo;s a quick chat or team meeting, our facilities are ready with full support.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/mukltiuserblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Rooms in multiple sizes for 2&ndash;4, 6&ndash;8, and 10&ndash;20 people.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/multi_table_blue.svg\" /></small>\r\n\r\n<div>\r\n<p class=\"subdesc\">Available at both <label>Nouvo Spaces</label> (Rama IV) and <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (Sathon).</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"meeting room icon image\" src=\"../assets/image/icon/allmeetingblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Flexible uses &ndash; for casual talks, formal meetings, or private discussions.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"modern_meeting_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7 mb-2 mb-lg-4 \">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/meeting-rooms/modurn_meeting_sec.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">+I-#0
8!<span class=\"highlight\">+%2+%2"2</span> @7H--*-82-B-2*A%0'2!I-2#</h3>\r\n\r\n<p class=\"desc\">+I-#0
8!1IAH2@%G6C+
H5H#-#1DI*9*86 20  D!H'H20@G2##0
8!2D+ 3'5H @#HH'AHD+ @#20@#2#I-!
H'"1*##A%0C+I#42#</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/mukltiuserblue.svg\" /></small>\r\n\r\n<div>\r\n<p>+I-#0
8!2@%G5H#-#1DI 2-4  2%2 6-8  A%02C+
H 10-20 </p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/multi_table_blue.svg\" /></small>\r\n\r\n<div>\r\n<p class=\"subdesc\">!5C+I#42#1I5H <label>Nouvo Spaces</label> (#0#2! 4) A%0 <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (*2#)</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"meeting room icon image\" src=\"../assets/image/icon/allmeetingblue.svg\" /></small>\r\n\r\n<div>\r\n<p>@GDI!2'H2+I-#0
8! @#20*2!2#@GDI1I+I-1*1!!2 +I-*1! 2)L +I-@#4H</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"Well-Curated_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-xl-5 ps-md-5 order-2 order-lg-1\">\r\n<div class=\"ps-lg-4 ms-lg-5\">\r\n<h3 class=\"title\"><span class=\"highlight\">Well-Curated Amenities</span> &amp; Thoughtful Touches for Impressive Meetings</h3>\r\n\r\n<p class=\"desc \">Our meeting rooms are designed to keep your sessions smooth and impressive &mdash; whether it&rsquo;s a client pitch or a team sync.</p>\r\n\r\n<div class=\"mt-3 pe-xg-5\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/userwithboardblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Fully equipped with LED screen, sound<br />\r\nsystem, and other meeting tools.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/wifiblue.png\" /></small>\r\n\r\n<div>\r\n<p>Fast internet to keep meetings on track.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/Cup.svg\" /></span>\r\n\r\n<div>\r\n<p>Complimentary drinks and coffee.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-lg-4 mb-3 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/meeting-rooms/well-curated-image.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"Well-Curated_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-xl-5  ps-md-5 order-2 order-lg-1\">\r\n<div class=\"ps-lg-4 ms-lg-5\">\r\n<h3 class=\"title\">!2#I-! <span class=\"highlight\">-8#L5H1*!1"</span><br />\r\nA%0-L#0-@%GFAHC*HC<br />\r\n5H3C+I2##0
8!H2#01C</h3>\r\n\r\n<p class=\"desc pe-xl-5\">-2+I-#0
8!5H#0-I'"BJ0#0
8!A%0@I2-5IA%I' "1!5-8#L1*!1"5H3C+I2##0
8!3@42#DDI-"H2#2#7H -51I!5#42#@%GF5H!-'2!#01CC+I8</p>\r\n\r\n<div class=\"mt-3 pe-xg-5\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/userwithboardblue.svg\" /></small>\r\n\r\n<div>\r\n<p>+I-#0
8!#I-!C
I2#I-!I'"-8#L*3+#12##0
8!H2F @
H - LED @#7H-@*5"</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/wifiblue.png\" /></small>\r\n\r\n<div>\r\n<p>-4@-#L@G'2!@#G'*9C+I8#0
8!2DID!H*08</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/Cup.svg\" /></span>\r\n\r\n<div>\r\n<p>#42#
2 2A A%0@#7H-7H!</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-lg-4 mb-3 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/meeting-rooms/well-curated-image.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">Made For You</span><span class=\"d-none d-lg-inline-block\">Complete, Advantageous, Fast-growing, and <b>Trusted by more clients</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">Be Part of an Inspiring Community</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1  offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">A premium club that brings together key foundations for starting a business and supports your professional image &mdash; with exclusive member-only benefits.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">Join Us Now</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">Learn More &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">Buy 1 Year<br />\r\n<span>Get 1<br />\r\n<strong>FREE!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">*#I2!2@7H-8</span><span class=\"d-none d-lg-inline-block\">*44#0B"
L55H*8 @4B@#G'5H*8 A%0<b>%9I2D'IC@%7-C
I!25H*8</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">!2#H'!@G*!2
4%15H*#I212%C5H*8</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1 offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">%1*84@()5HDI@#5"!8-L#0-7I2*31
<br />\r\n*3+#12#@#4H!I8#4A%0*1*8'2!@G!7--2
5D'I5H@5"'<br class=\"d-none d-md-block\" />\r\n#I-!*44#0B"
L@	20*!2
4@H21I</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">@I2#H'!1@#2</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">*!1#'15I<br />\r\n<span>1 5A! 1 5<br />\r\n<strong>#5!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\">\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">Why We Might Be Right for You</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">Nouvo Spaces &mdash; More than a Workspace</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\">\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1.png\" />\r\n<p class=\"info-title mt-4\">Prime Location in Bangkok&rsquo;s Central Business District (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What You&rsquo;re Paying</p>\r\n\r\n<p class=\"info-text mt-2\">No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">Supported Every Step by a Team with 19+ Years of Experience</p>\r\n\r\n<p class=\"info-text mt-2\">Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\">\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">Prime Location in<br />\r\nBangkok&rsquo;s Central<br />\r\nBusiness District (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1.png\" /> Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What<br />\r\nYou&rsquo;re Paying <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">Supported Every Step by a<br />\r\nTeam with 19+ Years of<br />\r\nExperience <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\"><!-- Section Title -->\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">3D!86'#@%7-@#2</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">@#20@#27- Nouvo Spaces 5H@G!2'H2AH7I5H</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\"><!-- 1 -->\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" />\r\n<p class=\"info-title mt-4\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">@*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</p>\r\n</div>\r\n</div>\r\n<!-- 2 -->\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A</p>\r\n\r\n<p class=\"info-text mt-2\">AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</p>\r\n</div>\r\n</div>\r\n<!-- 3 -->\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5</p>\r\n\r\n<p class=\"info-text mt-2\">5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\"><!-- Accordion 1 -->\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" /> @*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 2 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 3 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5 <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> 5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '', '', '', '', '', '', '', '', 3, 'meeting-rooms', 0, 1, '2025-07-25 05:43:46', 1, '2026-03-27 07:20:01'),
(3, 'Co-working Space', 'Co-working Space', 'A Co-working space where your business grows with new opportunities  meet, connect, collaborate with like-minded professionals in one place.', 'C+!H1ID-@5"A%0%8H!9I<br class=\"d-block d-md-none\"> 7I5H32@4B%H-32#H'!1 3C+I8*2!2#3@48#41*#I2B-2*C2#*2*1!1L +#7-*#I2@#7-H2"#0+'H29I38#4D#I-!F1DIC5H@5"' ', '8Mla9rsw.png', 'f1C4EobY.png', 'ow9dtPMU.png', '<section class=\"feature-box-section  section-padding-top  mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img class=\"icon\" src=\"../assets/image/icon/mind.svg\" />\r\n<p>An <b>Open Space</b><br />\r\nBuilt for Bold Ideas</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img alt=\"mind icon image\" class=\"icon\" src=\"../assets/image/icon/Benefit-IconBuilding.svg\" />\r\n<p>Easily Accessible at <b>Both Locations</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"desctop icon image\" class=\"icon \" src=\"../assets/image/icon/hot-desks4.svg\" />\r\n<p>Flexible&nbsp;<b>Hot Desks</b> with Secure Storage</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"new_business_market image\" class=\"icon\" src=\"../assets/image/icon/new_business_market.svg\" />\r\n<p>Build Your <b>New Business Network</b></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"feature-box-section  section-padding-top   mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img class=\"icon\" src=\"../assets/image/icon/mind.svg\" />\r\n<p><b>7I5H325H@4B%H</b> #I-!DH-18D-@5"</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img alt=\"mind icon image\" class=\"icon\" src=\"../assets/image/icon/Benefit-IconBuilding.svg\" />\r\n<p><b>!5C+I#42#1I 2 *22</b><br />\r\n@%7-C
IDI2!5HI-2#</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"desctop icon image\" class=\"icon \" src=\"../assets/image/icon/hot-desks4.svg\" />\r\n<p><b>BJ032+!8@'5"</b><br />\r\nA%09I@G@-*2# &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"new_business_market image\" class=\"icon\" src=\"../assets/image/icon/new_business_market.svg\" />\r\n<p>@4H!B-2*C2#*#I2<br />\r\n<b>@#7-H2"28#4 &nbsp; &nbsp; &nbsp;</b></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"open_plan_workspace_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7 mb-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/co-working-space/open-plan-work.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5 pe-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\"><span class=\"highlight\">Open-Plan Workspace</span> Designed to Spark Ideas</h3>\r\n\r\n<p class=\"desc\">We believe the right environment nurtures growth. Our co-working space encourages creativity and productivity without boundaries.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"desktop icon image\" src=\"../assets/image/icon/hot-desksblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Hot Desks with secure lockers for your documents.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"wifi icon image\" src=\"../assets/image/icon/wifiblue.png\" /></small>\r\n\r\n<div>\r\n<p>High-speed internet for smooth work.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/multi_table_blue.svg\" /></small>\r\n\r\n<div>\r\n<p class=\"subdesc\">Available at both <label>Nouvo Spaces</label> (Rama IV) and <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (Sathon).</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"meeting room icon image\" src=\"../assets/image/icon/Cup.svg\" /></span>\r\n\r\n<div>\r\n<p>Complimentary drinks and coffee.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"open_plan_workspace_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7 mb-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/co-working-space/open-plan-work.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5 pe-md-0  pe-xxl-5\">\r\n<div class=\"pe-xxl-4\">\r\n<h3 class=\"title\"><span class=\"highlight\">7I5H32@4B%H</span> *3+#1#-#12#*#I2*##L*4HC+!HF</h3>\r\n\r\n<p class=\"desc\">@#2@
7H-'H2* 2A'%I-!5H50@-7I--3'"H-2#422# Co-working Space -@#26--AB"!8H@ID5H2#3C+I7I5H!5'2!@4B%HA%0C+I'2!#9I*6D#I-@</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"desktop icon image\" src=\"../assets/image/icon/hot-desksblue.svg\" /></small>\r\n\r\n<div>\r\n<p>BJ032A+!8@'5" (Hot Desk) 5H!2#I-!9I@G-A%0@-*2#2%2</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"wifi icon image\" src=\"../assets/image/icon/wifiblue.png\" /></small>\r\n\r\n<div>\r\n<p>-4@-#L@G'2!@#G'*9C+I832DID!H!5*08</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/multi_table_blue.svg\" /></small>\r\n\r\n<div>\r\n<p class=\"subdesc\">!5C+I#42#1I5H <label>Nouvo Spaces</label> (#0#2! 4) A%0 <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (*2#)</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"meeting room icon image\" src=\"../assets/image/icon/Cup.svg\" /></span>\r\n\r\n<div>\r\n<p>#42#
2 2A A%0@#7H-7H!</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"more_than_a_workspace_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-xl-5 ps-md-5 order-2 order-lg-1\">\r\n<div class=\"ps-lg-4 ms-xl-5\">\r\n<h3 class=\"title\">More Than a Workspace &mdash; A People-Powered <span class=\"highlight\">Network of Possibilities</span></h3>\r\n\r\n<p class=\"desc \">Co-working spaces are not just for getting work done &mdash; they&rsquo;re also places to meet like-minded people driven by the same ambition to succeed.</p>\r\n\r\n<div class=\"mt-3 pe-xg-5\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"group task icon image\" src=\"../assets/image/icon/Group-Task.svg\" /></span>\r\n\r\n<div>\r\n<p>Shared workspace opens doors to meet people with complementary businesses.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"idea icon image\" src=\"../assets/image/icon/Idea.svg\" /></span>\r\n\r\n<div>\r\n<p>A bright, airy space perfect for relaxing and exchanging business ideas.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-lg-4 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/co-working-space/sec-2-1.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"more_than_a_workspace_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-xl-5 ps-md-5 order-2 order-lg-1\">\r\n<div class=\"ps-xxl-4 ms-xl-5\">\r\n<h3 class=\"title\">D!HC
HAH7I5HD'I32@H21I<br> AH!5D'I*#I2 <span class=\"highlight\">@#7-H2"C+!H</span><br> 28#45H+%2+%2"I'"</h3>\r\n\r\n<p class=\"desc \">-20@G7I5H*3+#12#32A%I' Co-working Space "1@G*25H5H0*2!2#9I5H@G!DI'"A#12%C5H0#0*'2!*3@#G@
H@5"'118</p>\r\n\r\n<div class=\"mt-3 \">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"group task icon image\" src=\"../assets/image/icon/Group-Task.svg\" /></span>\r\n\r\n<div>\r\n<p>7I5H32#H'!1@4H!B-2*C2#09I5H38#45H-2!2*H@*#4!1A%01C-2</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"idea icon image\" src=\"../assets/image/icon/Idea.svg\" /></span>\r\n\r\n<div>\r\n<p>##"22(B#HB%HA%0*2"@G7I5HH-%2"@+!2012#A%@%5H"D-@5"28#4</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-lg-4 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/co-working-space/sec-2-1.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">Made For You</span><span class=\"d-none d-lg-inline-block\">Complete, Advantageous, Fast-growing, and <b>Trusted by more clients</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">Be Part of an Inspiring Community</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1  offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">A premium club that brings together key foundations for starting a business and supports your professional image &mdash; with exclusive member-only benefits.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">Join Us Now</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">Learn More &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">Buy 1 Year<br />\r\n<span>Get 1<br />\r\n<strong>FREE!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">*#I2!2@7H-8</span><span class=\"d-none d-lg-inline-block\">*44#0B"
L55H*8 @4B@#G'5H*8 A%0<b>%9I2D'IC@%7-C
I!25H*8</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">!2#H'!@G*!2
4%15H*#I212%C5H*8</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1 offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">%1*84@()5HDI@#5"!8-L#0-7I2*31
<br />\r\n*3+#12#@#4H!I8#4A%0*1*8'2!@G!7--2
5D'I5H@5"'<br class=\"d-none d-md-block\" />\r\n#I-!*44#0B"
L@	20*!2
4@H21I</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">@I2#H'!1@#2</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">*!1#'15I<br />\r\n<span>1 5A! 1 5<br />\r\n<strong>#5!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\">\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">Why We Might Be Right for You</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">Nouvo Spaces &mdash; More than a Workspace</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\">\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1.png\" />\r\n<p class=\"info-title mt-4\">Prime Location in Bangkok&rsquo;s Central Business District (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What You&rsquo;re Paying</p>\r\n\r\n<p class=\"info-text mt-2\">No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">Supported Every Step by a Team with 19+ Years of Experience</p>\r\n\r\n<p class=\"info-text mt-2\">Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\">\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">Prime Location in<br />\r\nBangkok&rsquo;s Central<br />\r\nBusiness District (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1.png\" /> Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What<br />\r\nYou&rsquo;re Paying <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">Supported Every Step by a<br />\r\nTeam with 19+ Years of<br />\r\nExperience <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\"><!-- Section Title -->\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">3D!86'#@%7-@#2</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">@#20@#27- Nouvo Spaces 5H@G!2'H2AH7I5H</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\"><!-- 1 -->\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" />\r\n<p class=\"info-title mt-4\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">@*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</p>\r\n</div>\r\n</div>\r\n<!-- 2 -->\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A</p>\r\n\r\n<p class=\"info-text mt-2\">AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</p>\r\n</div>\r\n</div>\r\n<!-- 3 -->\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5</p>\r\n\r\n<p class=\"info-text mt-2\">5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\"><!-- Accordion 1 -->\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" /> @*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 2 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 3 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5 <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> 5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '', '', '', '', '', '', '', '', 4, 'co-working-space', 0, 1, '2025-07-25 13:11:38', 1, '2026-03-16 09:14:25');
INSERT INTO `tbl_products` (`id`, `title_en`, `title_th`, `short_description_en`, `short_description_th`, `product_banner`, `product_image`, `product_mobile_image`, `section_one_en`, `section_one_th`, `section_two_en`, `section_two_th`, `section_three_en`, `section_three_th`, `section_four_en`, `section_four_th`, `section_five_en`, `section_five_th`, `section_six_en`, `section_six_th`, `section_seven_en`, `section_seven_th`, `section_eight_en`, `section_eight_th`, `section_nine_en`, `section_nine_th`, `product_order`, `slug_url`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(5, 'Business Address', '5H-"9H*3+#1<br>0@5"#4)1', 'Establish your business at Nouvo Spaces, Rama IV  in a key business area of Bangkok. Enhance your image with a modern, trustworthy presence. ', '@%7-11I8#45H-22# Nouvo Spaces #0#2! 4 7I5H@(#)4*31
 CBD -#8@!+2# @*#4! 2%1)L1*!1"A%0!1HC+I1-L#-8', 'zpJ8QWuC.png', 'E0G2WuDO.png', 'XdRrmCHK.png', '<section class=\"feature-box-section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img alt=\"prime address icon image\" class=\"icon\" src=\"../assets/image/icon/address-business.svg\" />\r\n<p><b>Prime Address</b> in Bangkok CBD</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img alt=\"Home icon image\" class=\"icon\" src=\"../assets/image/icon/benefit2-icon-home-safety.svg\" />\r\n<p>Keep Your <b>Home Address Private</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"mail icon image\" class=\"icon \" src=\"../assets/image/icon/benefit3-icon-mail.svg\" />\r\n<p><b>Mail Handling</b> with Real-Time Alerts</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"aroplane image\" class=\"icon\" src=\"../assets/image/icon/aroplane.svg\" />\r\n<p><b>Freedom to Work</b>, Freedom to Roam</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"feature-box-section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img alt=\"prime address icon image\" class=\"icon\" src=\"../assets/image/icon/address-business.svg\" />\r\n<p><b>5H-"9H11I#4)1</b><br />\r\nC7I5H@(#)4 CBD</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img alt=\"Home icon image\" class=\"icon\" src=\"../assets/image/icon/benefit2-icon-home-safety.svg\" />\r\n<p>#1)2<b>'2!@G*H'1'</b><br />\r\n-5H-"9H*H'8%</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"mail icon image\" class=\"icon \" src=\"../assets/image/icon/benefit3-icon-mail.svg\" />\r\n<p><b>#42##1-*H+!2"</b>A%0AI@7-@!7H-!26</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"aroplane image\" class=\"icon\" src=\"../assets/image/icon/aroplane.svg\" />\r\n<p><b>D5HD+GDI5H-"2D</b><br />\r\n35HD+GDI5H-"23</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"if_a_business_address_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7 mb-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/business-address/business-sec-2-1.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5  pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">If a <span class=\"highlight\">Business Address</span> Matters, Trust Us to Give Yours the Impact It Truly Deserves</h3>\r\n\r\n<p class=\"desc\">Located in the heart of Bangkok&rsquo;s CBD on Rama IV Road, our address elevates your company&rsquo;s image with a modern, professional presence.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"address icon image\" src=\"../assets/image/icon/Icon_Address.svg\" /></span>\r\n\r\n<div>\r\n<p>Gain a prime Bangkok business address without high overhead costs.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"Home icon image\" src=\"../assets/image/icon/homeblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Work remotely while using our address to register and represent your company.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"if_a_business_address_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7 mb-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"modurn meeting image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/business-address/business-sec-2-1.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5  pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">I2*3+#18#4-8 5H1I <span class=\"highlight\">5H-"9H#4)1</span> 7-*2#0*31
 AH-'H2@#20@G2@%7-5H"-@"5H"!</h3>\r\n\r\n<p class=\"desc\">I'"7I5HC%2(9"L%28#4-#8@!+2# (CBD) #0#2! 4 0
H'"-B"L2#*H@*#4! 2%1)LB@HC+I18#4-8</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"address icon image\" src=\"../assets/image/icon/Icon_Address.svg\" /></span>\r\n\r\n<div>\r\n<p>C+I8*2!2#!55H-"9H28#4C7I5H@(#)4-#8@!+2#DIC#22*2"#0@K2</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"Home icon image\" src=\"../assets/image/icon/homeblue.svg\" /></small>\r\n\r\n<div>\r\n<p>I28325HI2AH-"2#1)2'2!@G*H'1' AHC
I5H-"9H-@#2C2#11I#4)1G@#5"#I-"</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"dont_miss_a_single_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-xl-5 ps-xxl-5 order-2 order-lg-1\">\r\n<div class=\"ps-xxl-4 ms-xl-5\">\r\n<h3 class=\"title\">Don&rsquo;t Miss a Single Letter &ndash; We <span class=\"highlight\">Handle Your Mail</span></h3>\r\n\r\n<p class=\"desc \">Use our address to register your business &mdash; and receive letters without hassle. We&rsquo;ll keep your mail secure and notify you when it arrives.</p>\r\n\r\n<div class=\"mt-3 \">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"mailbox task icon image\" src=\"../assets/image/icon/secue_standerdblu.svg\" /></small>\r\n\r\n<div>\r\n<p>Secure, standard-size mailbox for reliable mail handling.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"notification icon image\" src=\"../assets/image/icon/notificationblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Get notified as soon as your mail arrives.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><a href=\"mail-handling-service\">Mail Handling Service &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-lg-4 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"dont miss image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/business-address/bu-sec-3-1.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"dont_miss_a_single_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-xl-5 ps-xxl-5 order-2 order-lg-1\">\r\n<div class=\"ps-xxl-4 ms-xl-5\">\r\n<h3 class=\"title\">80D!H%2 <span class=\"highlight\">+!2"*31
</span>@#20@#209A%C+I@-</h3>\r\n\r\n<p class=\"desc \">-2C
I5H-"9H-@#2C2#11I#4)1A%I' 8"1*2!2#C
I5H-"9H*3+#12##1A%0*H+!2"DI@7H-C+I8 D!HI-1'%@!7H-!5+!2"	1*31
0!26</p>\r\n\r\n<div class=\"mt-3 \">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"mailbox task icon image\" src=\"../assets/image/icon/secue_standerdblu.svg\" /></small>\r\n\r\n<div>\r\n<p>9I+!2"2!2#2*3+#19A%A%0#1)2+!2"-8</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"notification icon image\" src=\"../assets/image/icon/notificationblue.svg\" /></small>\r\n\r\n<div>\r\n<p>80DI#1AI@7-2@#2155H+!2"!26</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><a href=\"mail-handling-service\">9I+!2"A%05H-"9H &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-lg-4 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"dont miss image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/business-address/bu-sec-3-1.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"Business_address_table section-padding-top\">\r\n<div class=\"container px-3\">\r\n<div class=\"row  px-xl-5\">\r\n<div class=\"col-lg-12 \">\r\n<div class=\"d-flex justify-content-center  align-items-center mb-3\"><span class=\"guess-bubble\">Guess<br />\r\nWhat? </span>\r\n<div>\r\n<p class=\"mb-2 top_line ms-5 ms-md-0 ps-5 ps-md-0\">Club Nouvo CEO also allows you to register your company with our address</p>\r\n\r\n<p class=\"top_line ps-2 ps-md-0 \"><label>Club Nouvo CEO</label> vs <b>Business Address</b><br />\r\n&mdash; <span class=\"highlight-text\">what&rsquo;s the difference?</span></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"table\">\r\n<div class=\"row justify-content-center\">\r\n<div class=\"col-lg-9\">\r\n<table class=\"table mt-3 mt-md-0\">\r\n	<tbody>\r\n		<tr>\r\n			<th class=\"wide-col\">&nbsp;</th>\r\n			<th class=\"tbl_heading small-co\">Club Nouvo CEO</th>\r\n			<th class=\"tbl_heading small-co\">Business Address</th>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">Registered Business Address</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">Mail Handling</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">02 Business Phone Number</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">Auto-Attendant System</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col \">Exclusive Meeting Room Offer</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col exclusive-meeting-td\">Exclusive Co-working Space Offer</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col exclusive-meeting-td\"><b>Free!</b> 1-Year <span class=\"tbl_orange\">OVO CRM software</span></td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col exclusive-meeting-td\"><b>Free!</b> Move-Out Address Support After Contract Ends</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"Business_address_table section-padding-top\">\r\n<div class=\"container px-3\">\r\n<div class=\"row  px-xl-5\">\r\n<div class=\"col-lg-12 \">\r\n<div class=\"d-flex justify-content-center  align-items-center mb-3\"><span class=\"guess-bubble\">#9I+#7-D!H</span>\r\n<div>\r\n<p class=\"mb-2 top_line ms-5 ms-md-0 ps-5 ps-md-0\">Club Nouvo CEO GC
I5H-"9H-@#2C2#11I#4)1DI@+!7-1</p>\r\n\r\n<p class=\"top_line ps-2 ps-md-0\">A%I' <label>Club Nouvo CEO</label> 1#42# <b>5H-"9H*3+#10@5"#4)1</b> <span class=\"highlight-text\">AH21-"H2D#?</span></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"table\">\r\n<div class=\"row justify-content-center\">\r\n<div class=\"col-lg-9\">\r\n<table class=\"table mt-3 mt-md-0\">\r\n	<tbody>\r\n		<tr>\r\n			<th class=\"wide-col\">&nbsp;</th>\r\n			<th class=\"tbl_heading small-co\">Club Nouvo CEO</th>\r\n			<th class=\"tbl_heading small-co\">5H-"9H*3+#10@5"#4)1</th>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">5H-"9H*3+#111I#4)1</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">#42##1-*H+!2"</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">@-#LB#(1L 02 28#4</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">#0-#1B#(1L-1B!14</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">*H'%4@()@I2C
I#42#+I-#0
8!</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col exclusive-meeting-td\">*H'%4@()@I2C
I#42# Co-working Space</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col exclusive-meeting-td\"><b>#5!</b> *44L@I26 <span class=\"tbl_orange\">-LA'#L OVO CRM</span> 1 5</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col exclusive-meeting-td\"><b>#5! </b>#42#"I2"5H-"9H--2 Nouvo Spaces +%1+!*1

2</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"desk\">-</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">Made For You</span><span class=\"d-none d-lg-inline-block\">Complete, Advantageous, Fast-growing, and <b>Trusted by more clients</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">Be Part of an Inspiring Community</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1  offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">A premium club that brings together key foundations for starting a business and supports your professional image &mdash; with exclusive member-only benefits.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">Join Us Now</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">Learn More &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">Buy 1 Year<br />\r\n<span>Get 1<br />\r\n<strong>FREE!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">*#I2!2@7H-8</span><span class=\"d-none d-lg-inline-block\">*44#0B"
L55H*8 @4B@#G'5H*8 A%0<b>%9I2D'IC@%7-C
I!25H*8</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">!2#H'!@G*!2
4%15H*#I212%C5H*8</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1 offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">%1*84@()5HDI@#5"!8-L#0-7I2*31
<br />\r\n*3+#12#@#4H!I8#4A%0*1*8'2!@G!7--2
5D'I5H@5"'<br class=\"d-none d-md-block\" />\r\n#I-!*44#0B"
L@	20*!2
4@H21I</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">@I2#H'!1@#2</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">*!1#'15I<br />\r\n<span>1 5A! 1 5<br />\r\n<strong>#5!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\">\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">Why We Might Be Right for You</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">Nouvo Spaces &mdash; More than a Workspace</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\">\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1.png\" />\r\n<p class=\"info-title mt-4\">Prime Location in Bangkok&rsquo;s Central Business District (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What You&rsquo;re Paying</p>\r\n\r\n<p class=\"info-text mt-2\">No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">Supported Every Step by a Team with 19+ Years of Experience</p>\r\n\r\n<p class=\"info-text mt-2\">Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\">\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">Prime Location in<br />\r\nBangkok&rsquo;s Central<br />\r\nBusiness District (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1.png\" /> Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What<br />\r\nYou&rsquo;re Paying <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">Supported Every Step by a<br />\r\nTeam with 19+ Years of<br />\r\nExperience <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\"><!-- Section Title -->\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">3D!86'#@%7-@#2</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">@#20@#27- Nouvo Spaces 5H@G!2'H2AH7I5H</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\"><!-- 1 -->\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" />\r\n<p class=\"info-title mt-4\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">@*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</p>\r\n</div>\r\n</div>\r\n<!-- 2 -->\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A</p>\r\n\r\n<p class=\"info-text mt-2\">AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</p>\r\n</div>\r\n</div>\r\n<!-- 3 -->\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5</p>\r\n\r\n<p class=\"info-text mt-2\">5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\"><!-- Accordion 1 -->\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" /> @*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 2 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 3 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5 <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> 5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '', '', '', '', '', '', 5, 'business-address', 0, 1, '2025-07-26 04:54:48', 1, '2026-03-20 09:22:57'),
(6, 'Mail Handling Service', '9I+!2"A%05H-"9H', ' No more worries about sharing your address or waiting for mail. With our mailbox service, well take care of it for you.', '+!1'%@#7H-2#@4@"5H-"9H*H'1'+#7-2#I-@I2#-@7H-#1+!2" @#20@#20-"3+I25H#1A%09A%C+I8@!7H-@%7-C
I#42#9I+!2"-@#2', '788EZcJL.png', 'VXG9ORP4.png', 'yScuX3e0.png', '<section class=\"feature-box-section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img alt=\"mail icon image\" class=\"icon\" src=\"../assets/image/icon/benifit_mail_tap.svg\" />\r\n<p>Securely Handle<br />\r\nYour <b>Important Mail</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img alt=\"Home icon image\" class=\"icon\" src=\"../assets/image/icon/benefit2-icon-home-safety.svg\" />\r\n<p>Keep Your <b>Home<br />\r\nAddress Private</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"mail icon image\" class=\"icon \" src=\"../assets/image/icon/notification-benifit.svg\" />\r\n<p><b>Notify</b> When Mail<br />\r\nArrives</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"aroplane image\" class=\"icon\" src=\"../assets/image/icon/benefit3-icon-mail.svg\" />\r\n<p>Mail-Related<br />\r\n<b>Add-on Services</b></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"feature-box-section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img alt=\"mail icon image\" class=\"icon\" src=\"../assets/image/icon/benifit_mail_tap.svg\" />\r\n<p><b>#1A%09A%+!2"</b><br />\r\n	1*31
-8</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img alt=\"Home icon image\" class=\"icon\" src=\"../assets/image/icon/benefit2-icon-home-safety.svg\" />\r\n<p>#1)2<b>'2!@G*H'1'</b><br />\r\n-5H-"9H*H'8%</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"mail icon image\" class=\"icon \" src=\"../assets/image/icon/notification-benifit.svg\" />\r\n<p><b>#42#AIC+I#2</b><br />\r\n@!7H-+!2"!26</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"aroplane image\" class=\"icon\" src=\"../assets/image/icon/benefit3-icon-mail.svg\" />\r\n<p><b>#42#-7HF@4H!@4!</b><br />\r\n@5H"'1+!2"</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"well_handle_your_mail_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7 mb-lg-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"kitchen image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/mail-handling/bu-sec-3-2.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">We&rsquo;ll <span class=\"highlight\">Handle Your Mail</span> and <span class=\"highlight\">Protect Your Privacy</span></h3>\r\n\r\n<p class=\"desc\">Worried about lost mail or exposing your home address? Let us handle your business mail with a secure, trusted address.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"mail icon image\" src=\"../assets/image/icon/secue_standerdblu.svg\" /></small>\r\n\r\n<div>\r\n<p>Standard-size mailbox to store your business mail safely.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"notification icon image\" src=\"../assets/image/icon/notificationblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Be notified when new mail arrives.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"home icon image\" src=\"../assets/image/icon/homeblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Keep your personal address private &mdash; use ours for receiving mail.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"well_handle_your_mail_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7 mb-lg-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"kitchen image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/mail-handling/bu-sec-3-2.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">@#2#I-! <span class=\"highlight\">9A%+!2"</span> A%0#1)2 <span class=\"highlight\">'2!@G*H'1'</span> C+I8</h3>\r\n\r\n<p class=\"desc\">83%11'%1
+2@#7H-%1'+!2"+2" D!H!5C#-"9H#1@'%2+!2"!2*H+#7-I-@4@"5H-"9H*H'1'+#7-D!H @#20@G5H-"9H*3+#1#1A%09A%+!2"C+I8@-</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"mail icon image\" src=\"../assets/image/icon/secue_standerdblu.svg\" /></small>\r\n\r\n<div>\r\n<p>9I+!2"2!2#2*3+#19A%A%0#1)2+!2"28#4-8-"H2%- 1"</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"notification icon image\" src=\"../assets/image/icon/notificationblue.svg\" /></small>\r\n\r\n<div>\r\n<p>80DI#1AI@7-2@#2155H+!2"!26</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"home icon image\" src=\"../assets/image/icon/homeblue.svg\" /></small>\r\n\r\n<div>\r\n<p>D!HI-+H'@#7H-'2!@G*H'1'-5H-"9H-8 @#208*2!2#C
I5H-"9H@#2C2##1+!2"DI</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">Made For You</span><span class=\"d-none d-lg-inline-block\">Complete, Advantageous, Fast-growing, and <b>Trusted by more clients</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">Be Part of an Inspiring Community</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1  offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">A premium club that brings together key foundations for starting a business and supports your professional image &mdash; with exclusive member-only benefits.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">Join Us Now</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">Learn More &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">Buy 1 Year<br />\r\n<span>Get 1<br />\r\n<strong>FREE!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">*#I2!2@7H-8</span><span class=\"d-none d-lg-inline-block\">*44#0B"
L55H*8 @4B@#G'5H*8 A%0<b>%9I2D'IC@%7-C
I!25H*8</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">!2#H'!@G*!2
4%15H*#I212%C5H*8</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1 offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">%1*84@()5HDI@#5"!8-L#0-7I2*31
<br />\r\n*3+#12#@#4H!I8#4A%0*1*8'2!@G!7--2
5D'I5H@5"'<br class=\"d-none d-md-block\" />\r\n#I-!*44#0B"
L@	20*!2
4@H21I</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">@I2#H'!1@#2</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">*!1#'15I<br />\r\n<span>1 5A! 1 5<br />\r\n<strong>#5!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\">\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">Why We Might Be Right for You</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">Nouvo Spaces &mdash; More than a Workspace</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\">\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1.png\" />\r\n<p class=\"info-title mt-4\">Prime Location in Bangkok&rsquo;s Central Business District (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What You&rsquo;re Paying</p>\r\n\r\n<p class=\"info-text mt-2\">No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">Supported Every Step by a Team with 19+ Years of Experience</p>\r\n\r\n<p class=\"info-text mt-2\">Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\">\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">Prime Location in<br />\r\nBangkok&rsquo;s Central<br />\r\nBusiness District (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1.png\" /> Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What<br />\r\nYou&rsquo;re Paying <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">Supported Every Step by a<br />\r\nTeam with 19+ Years of<br />\r\nExperience <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\"><!-- Section Title -->\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">3D!86'#@%7-@#2</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">@#20@#27- Nouvo Spaces 5H@G!2'H2AH7I5H</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\"><!-- 1 -->\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" />\r\n<p class=\"info-title mt-4\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">@*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</p>\r\n</div>\r\n</div>\r\n<!-- 2 -->\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A</p>\r\n\r\n<p class=\"info-text mt-2\">AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</p>\r\n</div>\r\n</div>\r\n<!-- 3 -->\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5</p>\r\n\r\n<p class=\"info-text mt-2\">5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\"><!-- Accordion 1 -->\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" /> @*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 2 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 3 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5 <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> 5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '', '', '', '', '', '', '', '', '', '', 6, 'mail-handling-service', 0, 1, '2025-07-26 05:04:45', 1, '2026-03-30 11:27:41');
INSERT INTO `tbl_products` (`id`, `title_en`, `title_th`, `short_description_en`, `short_description_th`, `product_banner`, `product_image`, `product_mobile_image`, `section_one_en`, `section_one_th`, `section_two_en`, `section_two_th`, `section_three_en`, `section_three_th`, `section_four_en`, `section_four_th`, `section_five_en`, `section_five_th`, `section_six_en`, `section_six_th`, `section_seven_en`, `section_seven_th`, `section_eight_en`, `section_eight_th`, `section_nine_en`, `section_nine_th`, `product_order`, `slug_url`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(7, 'Auto-Attendant System', '#0-#1B#(1L-1B!14', ' Wherever you are, your business phone number stays with you  making every connection simply.', 'D!H'H20-"9H5HD+ +!2"@%B#(1L28#40D1885H A%03C+I82#@
7H-!H-I28#4-8@G@#7H-H2"', '958V1YcP.png', 'Rx6HUO2W.png', 'AKWlIsaq.png', '<section class=\"feature-box-section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box feature-box-bg-change \"><img alt=\"mobile icon image\" class=\"icon\" src=\"../assets/image/icon/mobile.svg\" />\r\n<p><b>02 Phone Number</b><br />\r\nwith You via <b>VOIP</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img alt=\"mocrovoice icon image\" class=\"icon\" src=\"../assets/image/icon/micro-voice.svg\" />\r\n<p><b>Auto-Receptionist<br />\r\nSystem </b>&mdash; 24/7</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"phone with user icon image\" class=\"icon \" src=\"../assets/image/icon/phone-user3.svg\" />\r\n<p>Route Calls Easily<br />\r\nwith <b>Smart IVR</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"mail-voice image\" class=\"icon\" src=\"../assets/image/icon/voice-mail.svg\" />\r\n<p>Never Miss a Call<br />\r\nwith <b>Voice Mail</b></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"feature-box-section  section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box feature-box-bg-change\"><img alt=\"mobile icon image\" class=\"icon\" src=\"../assets/image/icon/mobile.svg\" />\r\n<p><b>@-#LB# 02</b> 5H#I-!D1885HI'"<b> VOIP</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img alt=\"mocrovoice icon image\" class=\"icon\" src=\"../assets/image/icon/micro-voice.svg\" />\r\n<p><b>#0-#1-1B!14</b><br />\r\n5H0
H'"#1*2" 24/7</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"phone with user icon image\" class=\"icon \" src=\"../assets/image/icon/phone-user3.svg\" />\r\n<p><b>Smart IVR Phone</b><br />\r\n1'
H'"C2#B-*2"</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img alt=\"mail-voice image\" class=\"icon\" src=\"../assets/image/icon/voice-mail.svg\" />\r\n<p><b>Voice Mailbox</b><br />\r\n16C+I@!7H-D!HDI#1*2"</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"freedom_of_connection_section section-padding-top\">\r\n<div class=\"freedom_of_connection_main_bg \"><img alt=\"mobile image\" class=\"ellipse_image img-fluid d-none d-md-block\" src=\"../assets/image/auto-attendant-system/desk-image-en.png\" /> <img alt=\"mobile image\" class=\"ellipse_image img-fluid d-block d-md-none\" src=\"../assets/image/auto-attendant-system/phone-image-en.png\" /></div>\r\n</section>\r\n', '<section class=\"freedom_of_connection_section section-padding-top\">\r\n<div class=\"freedom_of_connection_main_bg \"><img alt=\"mobile image\" class=\"ellipse_image img-fluid d-none d-md-block\" src=\"../assets/image/auto-attendant-system/desk-image-th.png\" /> <img alt=\"mobile image\" class=\"ellipse_image img-fluid d-block d-md-none\" src=\"../assets/image/auto-attendant-system/phone-image-th.png\" /></div>\r\n</section>\r\n', '<section class=\"business_phone_number_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-xl-4 ps-xxl-5 order-2 order-lg-1\">\r\n<div class=\"ps-lg-4 ms-xl-5\">\r\n<h3 class=\"title\">Business 02 Phone Number Professional &amp; Private, Ready to <span class=\"highlight\">Go with You Anywhere</span></h3>\r\n\r\n<p class=\"desc \">Cloud-based phone system that connects via internet &mdash; letting your 02 number go with you, with professional presence and privacy.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"mailbox task icon image\" src=\"../assets/image/icon/mobile.svg\" /></span>\r\n\r\n<div>\r\n<p><b>VOIP</b>: Use your 02 business number on any smartphone via VOIP.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"notification icon image\" src=\"../assets/image/icon/maitain-profesionalblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Maintain a professional presence with your own dedicated 02 number.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"notification icon image\" src=\"../assets/image/icon/mobile-lock.svg\" /></span>\r\n\r\n<div>\r\n<p>Caller ID masking &mdash; Show your 02 number instead of your mobile number.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-3 mb-lg-4 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"kitchen image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/auto-attendant-system/auto-attendant-sec3-1.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"business_phone_number_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-xl-4 ps-xxl-5 order-2 order-lg-1\">\r\n<div class=\"ps-lg-4 ms-xl-5\">\r\n<h3 class=\"title\">@-#LB#(1L 02 28#4<br />\r\n'2!!7--2
5A%0@G*H'1'<br />\r\n5H0 <span class=\"highlight\">D1885H</span> 5H-"2D</h3>\r\n\r\n<p class=\"desc\">#0B#(1LH2@#7-H2"-4@-#L@G5H0-"@
7H-!B"@-#LB#(1L28#4-8 3C+I@-#LB# 02 D18DI85H#I-!DI'2!@G*H'1'C@'%2@5"'1</p>\r\n\r\n<div class=\"mt-3 \">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"mailbox task icon image\" src=\"../assets/image/icon/mobile.svg\" /></span>\r\n\r\n<div>\r\n<p><b>VOIP</b> C+I@-#LB#(1L8#4 02 -"9H18DI%-@'%2H2B#A#! VOIP C*!2#LB</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"notification icon image\" src=\"../assets/image/icon/maitain-profesionalblue.svg\" /></small>\r\n\r\n<div>\r\n<p>!- 2%1)L!7--2
5A%0H2@
7H-7-C+I18#4-8I'"@-#LB#(1L 02 28#4</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"notification icon image\" src=\"../assets/image/icon/mobile-lock.svg\" /></span>\r\n\r\n<div>\r\n<p>#1)2'2!@G*H'1'@#20%2"*2"0@+G@G@-#LB#8#4A5H0@G@-#LB#(1L!7-7-</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-3 mb-lg-4 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"kitchen image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/auto-attendant-system/auto-attendant-sec3-1.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"your_personal_assistant_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7  mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"mobile image\" class=\"ps-xxl-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/auto-attendant-system/auto-attend-sec4-1.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">Your Personal Assistant<br />\r\nfor <span class=\"highlight\">Every Business Call</span></h3>\r\n\r\n<p class=\"desc\">Deliver a smooth, professional experience &mdash; no missed calls or wait. Our system acts like your assistant, always ready to pick up.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"hadphone icon image\" src=\"../assets/image/icon/had-phone.svg\" /></span>\r\n\r\n<div>\r\n<p><b>Auto Announcer</b>: Callers hear name of your company via auto voice greeting.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"mobile icon image\" src=\"../assets/image/icon/phone-iconblu1.svg\" /></small>\r\n\r\n<div>\r\n<p><b>Smart IVR Phone</b>: Smart call routing to the right person &mdash; with 5 user lines included.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"mail voice icon image\" src=\"../assets/image/icon/voice-mail.svg\" /></span>\r\n\r\n<div>\r\n<p><b>Voice Mailbox</b>: Records messages when you&rsquo;re unavailable &mdash; so you can follow up and reconnect easily at your convenience.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"your_personal_assistant_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-7  mb-lg-0 \">\r\n<div class=\"collage\"><img alt=\"mobile image\" class=\"ps-lg-5 ms-lg-5 card-img-1 img-fluid\" src=\"../assets/image/auto-attendant-system/auto-attend-sec4-1.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">@+!7-!59I
H'"-"#1B#(1L C+I8 <span class=\"highlight\">D!H%28*2"</span> *31
</h3>\r\n\r\n<p class=\"desc\">C+I#0*2#L5H5AH%9I2C2#4H-28#418D+%%7H D#I1'% @#20#0B#(1L1*!1"0@G@*!7-9I
H'"*H'1'5H-"#1B#(1LC+I8@-</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"hadphone icon image\" src=\"../assets/image/icon/had-phone.svg\" /></span>\r\n\r\n<div>\r\n<p><b>Auto Announcer</b>: 9I4H-0DI"4@*5"#0-#1-1B!142
7H-#4)1-8-"H29I-</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"mobile icon image\" src=\"../assets/image/icon/phone-iconblu1.svg\" /> </small>\r\n\r\n<div>\r\n<p><b>Smart IVR Phone</b>: #05H0-"3+I25H
H'"B-*2" C+I@#4H!I@%"156 5 users H--L#</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"mail voice icon image\" src=\"../assets/image/icon/voice-mail.svg\" /></span>\r\n\r\n<div>\r\n<p><b>Voice Mailbox</b>: 0@GI-!9%C+I@!7H-D!H'H2#1*2"6H8*2!2##'*-16H2F@7H-32#4H-%1 2"+%1DI-"H2H2"F</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">Made For You</span><span class=\"d-none d-lg-inline-block\">Complete, Advantageous, Fast-growing, and <b>Trusted by more clients</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">Be Part of an Inspiring Community</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1  offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">A premium club that brings together key foundations for starting a business and supports your professional image &mdash; with exclusive member-only benefits.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">Join Us Now</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">Learn More &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">Buy 1 Year<br />\r\n<span>Get 1<br />\r\n<strong>FREE!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"pb-xl-5 offer_box_section section-margin-top\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row  px-lg-5 \">\r\n<div class=\"col-lg-12\">\r\n<p class=\"badge-custom-text\"><span class=\"badge-custom\">*#I2!2@7H-8</span><span class=\"d-none d-lg-inline-block\">*44#0B"
L55H*8 @4B@#G'5H*8 A%0<b>%9I2D'IC@%7-C
I!25H*8</b></span></p>\r\n\r\n<h3 class=\"mt-3 d-none d-lg-block\">!2#H'!@G*!2
4%15H*#I212%C5H*8</h3>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row mx-1 offer_box_main align-items-center mx-lg-5 mt-lg-4 px-lg-3 py-md-2 py-xl-5\">\r\n<div class=\"col-lg-8\">\r\n<p class=\"offer_box_ceo_title ps-lg-5\">Club Nouvo <span>CEO</span></p>\r\n\r\n<div class=\"row ms-lg-5 ps-lg-5 mt-2\">\r\n<div class=\"col-lg-1\">\r\n<div>\r\n<div class=\"tag\">Efficient</div>\r\n\r\n<div class=\"tag\">Savvy</div>\r\n\r\n<div class=\"tag\">Dynamic</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-11\">\r\n<p class=\"offer_box_ceo_desc \">%1*84@()5HDI@#5"!8-L#0-7I2*31
<br />\r\n*3+#12#@#4H!I8#4A%0*1*8'2!@G!7--2
5D'I5H@5"'<br class=\"d-none d-md-block\" />\r\n#I-!*44#0B"
L@	20*!2
4@H21I</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"offer_box_btn ps-lg-5 mb-2\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">@I2#H'!1@#2</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"club-nouvo-ceo\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 mb-4 mb-lg-0\">\r\n<div class=\"offer-box-right-person-image\"><img alt=\"CEO Image\" class=\"d-none d-md-block\" src=\"../assets/image/meeting-rooms/offer_persone.png\" /> <img alt=\"CEO Image\" class=\"d-block d-md-none\" src=\"../assets/image/meeting-rooms/club-nouvo-phone-mg.png\" /></div>\r\n\r\n<div class=\"offer-box mt-2 text-center\">*!1#'15I<br />\r\n<span>1 5A! 1 5<br />\r\n<strong>#5!</strong></span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\">\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">Why We Might Be Right for You</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">Nouvo Spaces &mdash; More than a Workspace</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\">\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1.png\" />\r\n<p class=\"info-title mt-4\">Prime Location in Bangkok&rsquo;s Central Business District (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What You&rsquo;re Paying</p>\r\n\r\n<p class=\"info-text mt-2\">No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">Supported Every Step by a Team with 19+ Years of Experience</p>\r\n\r\n<p class=\"info-text mt-2\">Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\">\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">Prime Location in<br />\r\nBangkok&rsquo;s Central<br />\r\nBusiness District (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1.png\" /> Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What<br />\r\nYou&rsquo;re Paying <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">Supported Every Step by a<br />\r\nTeam with 19+ Years of<br />\r\nExperience <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\"><!-- Section Title -->\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">3D!86'#@%7-@#2</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">@#20@#27- Nouvo Spaces 5H@G!2'H2AH7I5H</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\"><!-- 1 -->\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" />\r\n<p class=\"info-title mt-4\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">@*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</p>\r\n</div>\r\n</div>\r\n<!-- 2 -->\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A</p>\r\n\r\n<p class=\"info-text mt-2\">AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</p>\r\n</div>\r\n</div>\r\n<!-- 3 -->\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5</p>\r\n\r\n<p class=\"info-text mt-2\">5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\"><!-- Accordion 1 -->\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" /> @*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 2 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 3 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5 <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> 5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '', '', '', '', '', '', 7, 'auto-attendant-system', 0, 1, '2025-07-26 05:32:38', 1, '2026-03-30 04:04:22');
INSERT INTO `tbl_products` (`id`, `title_en`, `title_th`, `short_description_en`, `short_description_th`, `product_banner`, `product_image`, `product_mobile_image`, `section_one_en`, `section_one_th`, `section_two_en`, `section_two_th`, `section_three_en`, `section_three_th`, `section_four_en`, `section_four_th`, `section_five_en`, `section_five_th`, `section_six_en`, `section_six_th`, `section_seven_en`, `section_seven_th`, `section_eight_en`, `section_eight_th`, `section_nine_en`, `section_nine_th`, `product_order`, `slug_url`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(8, 'Club Nouvo CEO', 'Club Nouvo CEO', '', '', '', '', '', '<section class=\"club-ceo-section\">\r\n<div class=\"container\">\r\n<div class=\"content-box\">\r\n<div class=\"made-box d-block d-lg-flex\">\r\n<p class=\"badge\">Made For You</p>\r\n\r\n<p class=\"subtitle\">Exclusive Club for New CEOs</p>\r\n</div>\r\n\r\n<h1 class=\"main-title\">Club <img alt=\"Efficient Savvy Dynamic\" class=\"side-tag-img\" src=\"../assets/image/club_nouvo/efficient-savvy-dynamic.png\" /><br />\r\n<span class=\"nouvo-text\">Nouvo</span><br />\r\n<span class=\"text-grey\">CEO</span></h1>\r\n\r\n<p class=\"desc\">A Special Club for New Entrepreneurs with Exclusive Member-Only Benefits.</p>\r\n<img alt=\"\" class=\"d-block d-md-none club_nouvo-banner-phone-bg\" src=\"../assets/image/club_nouvo/club_nouvo_phone-bg.png\" /></div>\r\n\r\n<div class=\"offer-box\">\r\n<h3 class=\"offer-title\">Special Offer!</h3>\r\n\r\n<p class=\"offer-text\">Sign Up for 1 Year, Enjoy 1 More for <span class=\"text-red\">FREE!</span></p>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"club-ceo-section\">\r\n<div class=\"container\">\r\n<div class=\"content-box\">\r\n<div class=\"made-box d-block d-lg-flex\">\r\n<p class=\"badge\">1'@%7-5H55H*8!</p>\r\n\r\n<p class=\"subtitle\">Exclusive Club for New CEOs</p>\r\n</div>\r\n\r\n<h1 class=\"main-title\">Club <img alt=\"Efficient Savvy Dynamic\" class=\"side-tag-img\" src=\"../assets/image/club_nouvo/efficient-savvy-dynamic.png\" /><br />\r\n<span class=\"nouvo-text\">Nouvo</span><br />\r\n<span class=\"text-grey\">CEO</span></h1>\r\n\r\n<p class=\"desc\">%14@()@7H-18#4C+!H5H0!-#0*2#LA%0*44#0B"
L!2!2"*3+#1*!2
4@H21I</p>\r\n<img alt=\"\" class=\"d-block d-md-none club_nouvo-banner-phone-bg\" src=\"../assets/image/club_nouvo/club_nouvo_phone-bg.png\" /></div>\r\n\r\n<div class=\"offer-box\">\r\n<h3 class=\"offer-title\">B#B!
14@()!</h3>\r\n\r\n<p class=\"offer-text\">@I2#H'!*!2
4%1 1 5 A! 1 5 <span class=\"text-red\">#5!</span></p>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"start_your_ceo_section section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-2\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 order-2 order-lg-1\">\r\n<div class=\"leftimg-girl\"><img alt=\"girl image\" src=\"../assets/image/club_nouvo/start-ceo-girl.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 order-1 order-lg-2\">\r\n<div class=\"right-content ps-xxl-4 \">\r\n<p class=\"blu-title\">Get to know Club Nouvo CEO and why it stands out</p>\r\n\r\n<h2 class=\"start_title\">Start Your CEO Journey with Confidence</h2>\r\n<img alt=\"\" class=\"pepleimg\" src=\"../assets/image/club_nouvo/peple-img.png\" />\r\n<p class=\"right-desc\">An exclusive club designed to offer member-only privileges and elevated support for new entrepreneurs throughout their business journey.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"start_your_ceo_section section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-2\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 order-2 order-lg-1\">\r\n<div class=\"leftimg-girl\"><img alt=\"girl image\" src=\"../assets/image/club_nouvo/start-ceo-girl.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 order-1 order-lg-2\">\r\n<div class=\"right-content ps-xxl-4 \">\r\n<p class=\"blu-title\">#9I1 Club Nouvo CEO C+I!26I</p>\r\n\r\n<h2 class=\"start_title\">%1@7H-2#@#4H!I@*I2 CEO DI-"H2!1HC</h2>\r\n<img alt=\"\" class=\"pepleimg\" src=\"../assets/image/club_nouvo/peple-img.png\" />\r\n<p class=\"right-desc\">%1*84@()5H--A!2B"!5'2!1IC5H0!-*44#0B"
L@	20*!2
4A%0-"C+I2#*1*8DC-51I*3+#118#4A%09I#0-2##2"C+!H%-@*I22#3@48#4</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"exclusive_privileges_section section-padding-top mt-lg-5\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\">\r\n<div class=\"right-content \">\r\n<p class=\"blu-title\">Exclusive privileges just for you</p>\r\n\r\n<h2 class=\"start_title\">4 Perks + Support Team From Day One</h2>\r\n\r\n<p class=\"right-desc\">Join Club Nouvo CEO and get 4 exclusive perks plus support from our expert team &mdash; right from day one.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-5\">\r\n<div class=\"leftimg-girl\"><img alt=\"girl image\" src=\"../assets/image/club_nouvo/boy-girl-exclusive.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-12 exlusiv-padding\">\r\n<div class=\"exclusive-bg\">\r\n<div class=\"exclusive-card-main \">\r\n<div class=\"benefit-card bg-yellow\"><span class=\"value-tag\">Valued at 9,000 THB</span>\r\n\r\n<div class=\"card-headers\">\r\n<div class=\"icon-circle\"><img alt=\"Free Services\" src=\"../assets/image/club_nouvo/free-service-icon.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">Free Services<br />\r\n<span>for New Members</span></h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/pen-company-reg.svg\" />\r\n	<p>No cost from start to finish &mdash; <b>Company Registration</b> included.<span class=\"red-star\">*</span></p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/free-social-securyty.svg\" />\r\n	<p>Free <b>Social Security Document Preparation</b> for submission.<span class=\"red-star\">*</span></p>\r\n	</li>\r\n</ul>\r\n</div>\r\n\r\n<p class=\"government-text d-block d-lg-none\">*Government fees not included.</p>\r\n\r\n<div class=\"benefit-card bg-whites\">\r\n<div class=\"card-headers\">\r\n<div class=\"icon-circle bg-blue\"><img alt=\"Member Discount\" src=\"../assets/image/club_nouvo/member-discount.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">Member Discount<br />\r\n<span>for the Entire Term</span></h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/exclusive-member.svg\" />\r\n	<p><b>Exclusive Member Discounts</b> Discounts on our Beautiful meeting rooms.</p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/exclusive-limitness.svg\" />\r\n	<p><b>Exclusive Member Discounts</b> on our limitless Co-working spaces.</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n\r\n<div class=\"benefit-card bg-whites\">\r\n<div class=\"card-headers\">\r\n<div class=\"icon-circle bg-blue\"><img alt=\"Special Benefits\" src=\"../assets/image/club_nouvo/special-benifit-exclusiv.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">Special Benefits<br />\r\n<span>for Members Only</span></h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/exclusive-phone.svg\" />\r\n	<p><b>Auto-attendant system </b> with a 02 business number <small>(worth 9,600 THB).</small></p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/exclusive-mail.svg\" />\r\n	<p><b>Mail handling service</b><br />\r\n	with mailbox and mail arriving notifications.</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n\r\n<div class=\"benefit-card ovocrm-shoft-card bg-yellow d-block d-lg-none\">\r\n<div class=\"card-headers\">\r\n<div class=\"icon-circle\"><img alt=\"Free Services\" src=\"../assets/image/club_nouvo/enjoycomputer-cropped.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">Smart OVO CRM<br />\r\nSoftware</h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon \" src=\"../assets/image/club_nouvo/enjoy-lock.svg\" />\r\n	<p><b>Enjoy full access to every feature</b> &mdash; completely free.</p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/support-peoplem.svg\" />\r\n	<p><b>Supports up to 3 users</b> per company, with full access and zero hidden fees.</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n\r\n<div class=\"benefit-card transparent-card\">\r\n<h2 class=\"card-main-title\">Professional Team,<br />\r\n<span>Exceptional Care</span></h2>\r\n<img class=\"card-main-title-img\" src=\"../assets/image/club_nouvo/exclusive4card.png\" />\r\n<ul class=\"points\">\r\n	<li>\r\n	<p>Support and care from a club with over 19 years of experience.</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<p class=\"government-text d-none d-lg-block\">*Government fees not included.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-12 d-none d-lg-block\">\r\n<div class=\"mainbottom-part\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\">\r\n<div class=\"bottombg-image\"><img alt=\"rectangle-boy-girl image\" src=\"../assets/image/club_nouvo/rectangle-boy-girl.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-6\">\r\n<div class=\"ovocrm-shoft-card bg-yellow\">\r\n<div class=\"shoft-card-header\">\r\n<div class=\"icon-circle bg-blue\"><img alt=\"enjoycomputer\" src=\"../assets/image/club_nouvo/enjoycomputer-cropped.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">Smart OVO CRM Software<br />\r\n<span>Full access to all features for seamless operations</span></h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon locker\" src=\"../assets/image/club_nouvo/enjoy-lock.svg\" />\r\n	<p><b>Enjoy full access to every feature</b> &mdash; completely free.</p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/support-peoplem.svg\" />\r\n	<p><b>Supports up to 3 users</b> per company, with full access and zero hidden fees.</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"exclusive_privileges_section section-padding-top mt-lg-5\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\">\r\n<div class=\"right-content \">\r\n<p class=\"blu-title\">*444@()@	208@H21I</p>\r\n\r\n<h2 class=\"start_title\">4 *444@() + 5!*1*8<br> 1IAH'1A#5H@G*!2
4</h2>\r\n\r\n<p class=\"right-desc\">@5"AHI2'A#-2#@G*H'+6H- Club Nouvo CEO GDI#1 4 *444@()A%02#*1*825!2!7--2
5!2#0*2#L15</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-5\">\r\n<div class=\"leftimg-girl\"><img alt=\"girl image\" src=\"../assets/image/club_nouvo/boy-girl-exclusive.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-12 exlusiv-padding\">\r\n<div class=\"exclusive-bg\">\r\n<div class=\"exclusive-card-main \">\r\n<div class=\"benefit-card bg-yellow\"><span class=\"value-tag\">!9%H2 9,000 2</span>\r\n\r\n<div class=\"card-headers\">\r\n<div class=\"icon-circle\"><img alt=\"Free Services\" src=\"../assets/image/club_nouvo/free-service-icon.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">#42##5<br />\r\n<span>@7H-*!2
4C+!H</span></h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/pen-company-reg.svg\" />\r\n	<p><b>#5! #42#0@5"#4)1</b>1IAH1I--
7H-#01H11I#4)1A%I'@*#G<span class=\"red-star\">*</span></p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/free-social-securyty.svg\" />\r\n	<p><b>#5! #42#1@#5"!@-*2##01*1!</b> @7H-C+I*!2
43D"7H3@42#H-<span class=\"red-star\">*</span></p>\r\n	</li>\r\n</ul>\r\n</div>\r\n\r\n<p class=\"government-text d-block d-lg-none\">*D!H#'!H2##!@5"! 2#1</p>\r\n\r\n<div class=\"benefit-card bg-whites\">\r\n<div class=\"card-headers\">\r\n<div class=\"icon-circle bg-blue\"><img alt=\"Member Discount\" src=\"../assets/image/club_nouvo/member-discount.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">*H'%4@()<br />\r\n<span>%--2"8*!2
4</span></h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/exclusive-member.svg\" />\r\n	<p><b>9-*H'%@	20*!2
4@!7H-C
I+I-#0
8!</b>*8+#9@G@-#L-@#21I 2 5H1I</p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/exclusive-limitness.svg\" />\r\n	<p><b>9-*H'%@	20*!2
4@!7H-C
I7I5H Co-working space</b> 5HC+I'2!#9I*6D#I-@</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n\r\n<div class=\"benefit-card bg-whites\">\r\n<div class=\"card-headers\">\r\n<div class=\"icon-circle bg-blue\"><img alt=\"Special Benefits\" src=\"../assets/image/club_nouvo/special-benifit-exclusiv.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">*44#0B"
L<br />\r\n<span>@	20*!2
4</span></h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/exclusive-phone.svg\" />\r\n	<p><b>#0-#1B#(1L-1B!14 </b>5H1*!1"#I-!@-#LB# 02 @7H-8#4 <small>(!9%H2 9,600 2)</small></p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/exclusive-mail.svg\" />\r\n	<p><b>#42#9I+!2"@7H-#1-9A%+!2"</b> (#2"2C+I#2@!7H-+!2"!26)</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n\r\n<div class=\"benefit-card ovocrm-shoft-card bg-yellow d-block d-lg-none\">\r\n<div class=\"card-headers\">\r\n<div class=\"icon-circle\"><img alt=\"Free Services\" src=\"../assets/image/club_nouvo/enjoycomputer-cropped.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">-LA'#L OVO<br />\r\nCRM -1	#4"0</h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon \" src=\"../assets/image/club_nouvo/enjoy-lock.svg\" />\r\n	<p><b>@4C
I#0 %%G-85@-#L</b> #I-!28@#4H!I8#4AD!H!5I-31 <b>#5!</b></p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/support-peoplem.svg\" />\r\n	<p><b>C
I2DI*9*8 3 H-#4)1 #5!</b> C+I8A%05!32#H'!1DI-"H2%7HD+%C5H@5"'</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n\r\n<div class=\"benefit-card transparent-card\">\r\n<h2 class=\"card-main-title\">DI#12#9A%5H55H*8<br />\r\n<span>B"5!2!7--2
5</span></h2>\r\n<img class=\"card-main-title-img\" src=\"../assets/image/club_nouvo/exclusive4card.png\" />\r\n<ul class=\"points\">\r\n	<li>\r\n	<p>%15H09A%C*HCA%0*1*88 B"5!25H!5#0*2#L'H2 19 5</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<p class=\"government-text d-none d-lg-block\">*D!H#'!H2##!@5"! 2#1</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-12 d-none d-lg-block\">\r\n<div class=\"mainbottom-part\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\">\r\n<div class=\"bottombg-image\"><img alt=\"rectangle-boy-girl image\" src=\"../assets/image/club_nouvo/rectangle-boy-girl.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-6\">\r\n<div class=\"ovocrm-shoft-card bg-yellow\">\r\n<div class=\"shoft-card-header\">\r\n<div class=\"icon-circle bg-blue\"><img alt=\"enjoycomputer\" src=\"../assets/image/club_nouvo/enjoycomputer-cropped.svg\" /></div>\r\n\r\n<h2 class=\"card-main-title\">-LA'#L OVO CRM -1	#4"0<br />\r\n<span>@I2685@-#L-"H2@G!#9A @7H-2#325HD#I#-"H-</span></h2>\r\n</div>\r\n\r\n<div class=\"divider\">&nbsp;</div>\r\n\r\n<ul class=\"points\">\r\n	<li><img class=\"list-icon locker\" src=\"../assets/image/club_nouvo/enjoy-lock.svg\" />\r\n	<p><b>@4C
I#0 %%G-85@-#L</b> #I-!28@#4H!I8#4AD!H!5I-31 <b>#5!</b></p>\r\n	</li>\r\n	<li><img class=\"list-icon\" src=\"../assets/image/club_nouvo/support-peoplem.svg\" />\r\n	<p><b>C
I2DI*9*8 3 H-#4)1 #5!</b> C+I8A%05!32#H'!1DI-"H2%7HD+%C5H@5"'</p>\r\n	</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"main-membership-section section-padding-top\">\r\n<div class=\"main-membership \">\r\n<div class=\"membership-top-bg\">&nbsp;</div>\r\n\r\n<div class=\"membership-content\">\r\n<h1 class=\"club-title\">Club Nouvo <span class=\"ceo-title\">CEO</span></h1>\r\n\r\n<div class=\"price-tag\">13,910 THB / year*</div>\r\n\r\n<div class=\"membership-promo-box\">\r\n<div class=\"promo-text-main\">1-Year Membership + 1 Year <span class=\"promo-free\">Free!</span></div>\r\n\r\n<div class=\"promo-validity\">(Valid until March 31, 2026 only)</div>\r\n</div>\r\n\r\n<div class=\"tag-container\">\r\n<div class=\"feature-tag\">Efficient</div>\r\n\r\n<div class=\"feature-tag\">Savvy</div>\r\n\r\n<div class=\"feature-tag\">Dynamic</div>\r\n</div>\r\n\r\n<ul class=\"features-list\">\r\n	<li><b>Free! Company Registration</b> &ndash; from name reservation to completion.</li>\r\n	<li><b>Free! Social Security Documents Preparation</b> &ndash; ready for your submission.</li>\r\n	<li><b>Auto-attendant phone system</b> with 02 number and IVR forwarding (up to 5 departments).</li>\r\n	<li><b>Mail handling</b> &ndash; receive and be notified when mail arrives.</li>\r\n	<li><b>Member Discount Coupons</b> &ndash; premium meeting rooms.</li>\r\n	<li><b>Member Discount Coupons</b> &ndash; open Co-working space.</li>\r\n	<li><b>Full Access to <span class=\"crm-highlight\">OVO CRM software</span></b> &ndash; unlock seamless business operations.</li>\r\n</ul>\r\n\r\n<div class=\"btn-container\"><a class=\"btn-join\" href=\"design-your-own-business-dyo\">Join Us Now</a><a class=\"btn-talk\" href=\"#were_here_to_help\">Talk to Us</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"membership-footer-note\"><span class=\"star-color\">*</span> This price includes 7% VAT and a deposit of 1,070 THB,<br class=\"d-none d-md-block\" />\r\nwhich will be refunded immediately upon completion of the contract term.</div>\r\n</section>\r\n', '<section class=\"main-membership-section section-padding-top\">\r\n<div class=\"main-membership \">\r\n<div class=\"membership-top-bg\">&nbsp;</div>\r\n\r\n<div class=\"membership-content\">\r\n<h1 class=\"club-title\">Club Nouvo <span class=\"ceo-title\">CEO</span></h1>\r\n\r\n<div class=\"price-tag\">13,910 2 / 5*</div>\r\n\r\n<div class=\"membership-promo-box\">\r\n<div class=\"promo-text-main\"><span class=\"promo-free\">B#B!
1!</span> @I2#H'!%1 1 5 A! 1 5</div>\r\n\r\n<div class=\"promo-validity\">( 2"C 31 !52! 2569 @H21I)</div>\r\n</div>\r\n\r\n<div class=\"tag-container\">\r\n<div class=\"feature-tag\">Efficient</div>\r\n\r\n<div class=\"feature-tag\">Savvy</div>\r\n\r\n<div class=\"feature-tag\">Dynamic</div>\r\n</div>\r\n\r\n<ul class=\"features-list\">\r\n	<li><b>#5! #42#0@5"#4)1</b> 1IAH1IA#11I#4)1@*#G</li>\r\n	<li><b>#5! #42#@#5"!@-*2##01*1!</b> C+I*!2
43D"7HH-</li>\r\n	<li>#0-#1B#(1L-1B!14#I-!@-#LB# 02 28#45H*#I2@-#L@7H-B-*2"H-DI6 5 A</li>\r\n	<li>#42##1-9A%+!2" #I-!AI@7-@!7H-!26</li>\r\n	<li><b>9-*H'%@!7H-@I2C
I#42#+I-#0
8!</b>*'"2! 1*!1" A%0#I-!C
I25H@G@-#L-@#2</li>\r\n	<li><b>9-*H'%@!7H-@I2C
I#42# Co-working Space</b> C* 2A'%I-!@4B%H</li>\r\n	<li><b>*44L@I262#C
I2<span class=\"crm-highlight\">-LA'#L OVO CRM</span></b> A@G!#9A #85@-#L@7H-'2!D+%%7H28#4</li>\r\n</ul>\r\n\r\n<div class=\"btn-container\"><a class=\"btn-join\" href=\"design-your-own-business-dyo\">@I2#H'!1@#2</a><a class=\"btn-talk\" href=\"#were_here_to_help\">#6)2@#2</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"membership-footer-note\"><span class=\"star-color\">*</span> #225I#'! 2)5!9%H2@4H! 7% A%0H2!133' 1,070 2A%I'<br />\r\n(80DI#1H2!133' 1,070 2715@!7H--"9H#*1

2)</div>\r\n</section>\r\n', '<section class=\"focus-on-your-business-section\">\r\n<div class=\"focus-on-your-business-section-container\">\r\n<div class=\"row focus-on-your-business-section-row\">\r\n<div class=\"col-lg-6\"><img alt=\"Business Collaboration\" class=\"focus-on-your-business-section-img\" src=\"../assets/image/club_nouvo/focus_on_our.png\" /></div>\r\n\r\n<div class=\"col-lg-6 focus-on-your-business-section-content\">\r\n<div class=\"focus-on-your-business-section-badge\"><img alt=\"icon\" src=\"../assets/image/club_nouvo/focus-blubeg.svg\" /><span class=\"focus-on-your-business-section-badge-text\">Free Services</span></div>\r\n\r\n<h2 class=\"focus-on-your-business-section-heading\">Focus on Your Business &mdash;<br class=\"d-none d-md-block\" />\r\nLeave the Paperwork to Us</h2>\r\n\r\n<div class=\"focus-on-your-business-section-item\"><img alt=\"icon\" class=\"focus-on-your-business-section-item-icon\" src=\"../assets/image/club_nouvo/free-company-iconb.svg\" />\r\n<div>\r\n<div class=\"focus-on-your-business-section-item-title\">Free! Company Registration Support</div>\r\n\r\n<p class=\"focus-on-your-business-section-item-desc\">No need to handle everything yourself &mdash; just provide a few details and we&rsquo;ll handle the rest.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"focus-on-your-business-section-item\"><img alt=\"icon\" class=\"focus-on-your-business-section-item-icon\" src=\"../assets/image/club_nouvo/free-social-iconb.svg\" />\r\n<div>\r\n<div class=\"focus-on-your-business-section-item-title\">Free! Social Security Document Preparation</div>\r\n\r\n<p class=\"focus-on-your-business-section-item-desc\">Simply tell us you&rsquo;d like to register &mdash; we&rsquo;ll prepare the documents for easy submission.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"focus-on-your-business-section\">\r\n<div class=\"focus-on-your-business-section-container\">\r\n<div class=\"row focus-on-your-business-section-row\">\r\n<div class=\"col-lg-6\"><img alt=\"Business Collaboration\" class=\"focus-on-your-business-section-img\" src=\"../assets/image/club_nouvo/focus_on_our.png\" /></div>\r\n\r\n<div class=\"col-lg-6 focus-on-your-business-section-content\">\r\n<div class=\"focus-on-your-business-section-badge\"><img alt=\"icon\" src=\"../assets/image/club_nouvo/focus-blubeg.svg\" /><span class=\"focus-on-your-business-section-badge-text\">#42##5</span></div>\r\n\r\n<h2 class=\"focus-on-your-business-section-heading\">B1*@7I-228#4DI@G!5HB"D!HI-1'%1@#7H-@-*2#</h2>\r\n\r\n<div class=\"focus-on-your-business-section-item\"><img alt=\"icon\" class=\"focus-on-your-business-section-item-icon\" src=\"../assets/image/club_nouvo/free-company-iconb.svg\" />\r\n<div>\r\n<div class=\"focus-on-your-business-section-item-title\">9A%C+I#5! 81I-2#0@5"#4)1</div>\r\n\r\n<p class=\"focus-on-your-business-section-item-desc\">86D!HI-12#8-"H2I'"1'@-A%0!5@'%2C+I18#4-"H2@G!5H AHC+II-!9%@%GI-" @#209A%C+I@-</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"focus-on-your-business-section-item\"><img alt=\"icon\" class=\"focus-on-your-business-section-item-icon\" src=\"../assets/image/club_nouvo/free-social-iconb.svg\" />\r\n<div>\r\n<div class=\"focus-on-your-business-section-item-title\">@#5"!C+I#5! @-*2##01*1!5H#I-!C
I"7HH-</div>\r\n\r\n<p class=\"focus-on-your-business-section-item-desc\">@5"AIC+I@#2#2'H2I-2#"7H-11I#01*1! @#20@#5"!@-*2#@7H-C+I83D3@42#H-DI15</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"member_only_access-section\">\r\n<div class=\"member_only_access-section-container\">\r\n<div class=\"row member_only_access-section-row\">\r\n<div class=\"col-lg-6 order-2 order-md-1 member_only_access-section-content\">\r\n<div class=\"member_only_access-section-badge\"><img alt=\"icon\" src=\"../assets/image/club_nouvo/member-only-icon-blue.svg\" /><span class=\"member_only_access-section-badge-text\">Member Discount</span></div>\r\n\r\n<h2 class=\"member_only_access-section-heading\">Member-Only Access to Meeting Rooms and Open Co-Working &mdash; at the Best Rates</h2>\r\n\r\n<div class=\"member_only_access-section-item\"><img alt=\"icon\" class=\"member_only_access-section-item-icon\" src=\"../assets/image/club_nouvo/member-des-blue.svg\" />\r\n<div>\r\n<div class=\"member_only_access-section-item-title\">Member Discount Coupon for Meeting Rooms</div>\r\n\r\n<p class=\"member_only_access-section-item-desc\">Impress clients and partners with our modern meeting rooms &mdash; at exclusive member rates.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"member_only_access-section-item\"><img alt=\"icon\" class=\"member_only_access-section-item-icon\" src=\"../assets/image/club_nouvo/member-only-icon-blue2.svg\" />\r\n<div>\r\n<div class=\"member_only_access-section-item-title\">Member Discount Coupon for Co-working Space</div>\r\n\r\n<p class=\"member_only_access-section-item-desc\">Work in a cozy, open space with fast internet &mdash; for less, as a member</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 order-1 order-md-2\"><img alt=\"Business Collaboration\" class=\"member_only_access-section-img d-none d-md-block\" src=\"../assets/image/club_nouvo/member_only_access.png\" /> <img alt=\"Business Collaboration\" class=\"member_only_access-section-img d-block d-md-none\" src=\"../assets/image/club_nouvo/member_only_access-phone.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"member_only_access-section\">\r\n<div class=\"member_only_access-section-container\">\r\n<div class=\"row member_only_access-section-row\">\r\n<div class=\"col-lg-6 order-2 order-md-1 member_only_access-section-content\">\r\n<div class=\"member_only_access-section-badge\"><img alt=\"icon\" src=\"../assets/image/club_nouvo/member-only-icon-blue.svg\" /><span class=\"member_only_access-section-badge-text\">*H'%4@()</span></div>\r\n\r\n<h2 class=\"member_only_access-section-heading\">*44LC2#@I26+I-#0
8!*8+#9A%0 Co-working Space @4B%HC#225H55H*8@	20*!2
4</h2>\r\n\r\n<div class=\"member_only_access-section-item\"><img alt=\"icon\" class=\"member_only_access-section-item-icon\" src=\"../assets/image/club_nouvo/member-des-blue.svg\" />\r\n<div>\r\n<div class=\"member_only_access-section-item-title\">9-*H'%*!2
4@!7H-@I2C
I#42#+I-#0
8!</div>\r\n\r\n<p class=\"member_only_access-section-item-desc\">*#I2'2!#01CC+I%9I2A%02#L@-#LI'"+I-#0
8!5H*'"A%01*!1"@G@-#L-@#2C#224@()</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"member_only_access-section-item\"><img alt=\"icon\" class=\"member_only_access-section-item-icon\" src=\"../assets/image/club_nouvo/member-only-icon-blue2.svg\" />\r\n<div>\r\n<div class=\"member_only_access-section-item-title\">9-*H'%*!2
4@!7H-@I2C
I Co-working Space</div>\r\n\r\n<p class=\"member_only_access-section-item-desc\">@I26* 2A'%I-!2#325HB5HA%0@4B%H !2#I-!1-4@-#L@G'2!@#G'*9 8I!H2I'"*H'%@	20*!2
4</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 order-1 order-md-2\"><img alt=\"Business Collaboration\" class=\"member_only_access-section-img d-none d-md-block\" src=\"../assets/image/club_nouvo/member_only_access.png\" /> <img alt=\"Business Collaboration\" class=\"member_only_access-section-img d-block d-md-none\" src=\"../assets/image/club_nouvo/member_only_access-phone.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"professional_support_tm-section\">\r\n<div class=\"professional_support_tm-section-container\">\r\n<div class=\"row professional_support_tm-section-row\">\r\n<div class=\"col-lg-6\"><img alt=\"Business Collaboration\" class=\"professional_support_tm-section-img\" src=\"../assets/image/club_nouvo/professional_support_tm.png\" /></div>\r\n\r\n<div class=\"col-lg-6 professional_support_tm-section-content\">\r\n<div class=\"professional_support_tm-section-badge\"><img alt=\"icon\" src=\"../assets/image/club_nouvo/special-benifit-blue1.svg\" /><span class=\"professional_support_tm-section-badge-text\">Special Benefits</span></div>\r\n\r\n<h2 class=\"professional_support_tm-section-heading\">Professional Support Team<br class=\"d-none d-md-block\" />\r\n&mdash; Making Business Easier</h2>\r\n\r\n<div class=\"professional_support_tm-section-item\"><img alt=\"icon\" class=\"professional_support_tm-section-item-icon\" src=\"../assets/image/club_nouvo/semless-phonrblu.svg\" />\r\n<div>\r\n<div class=\"professional_support_tm-section-item-title\">Seamless Connections with Smart IVR</div>\r\n\r\n<p class=\"professional_support_tm-section-item-desc\">Take your business number anywhere with our smart auto-attendant (IVR) to handle your calls.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"professional_support_tm-section-item\"><img alt=\"icon\" class=\"professional_support_tm-section-item-icon2 \" src=\"../assets/image/club_nouvo/secure-mailblu.svg\" />\r\n<div>\r\n<div class=\"professional_support_tm-section-item-title\">Secure Mailbox &amp; Handling Service</div>\r\n\r\n<p class=\"professional_support_tm-section-item-desc\">Use our address confidently &mdash; we&rsquo;ll store your mail and notify you when it arrives.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n\r\n<section class=\"experience-smooth-business-section\">\r\n<div class=\"experience-smooth-business-section-container\">\r\n<div class=\"row experience-smooth-business-section-row\">\r\n<div class=\"col-lg-6 order-2 order-md-1 experience-smooth-business-section-content\">\r\n<div class=\"experience-smooth-business-section-badge\"><img alt=\"icon\" src=\"../assets/image/club_nouvo/experienct-blue-computer.svg\" /><span class=\"experience-smooth-business-section-badge-text\">OVO CRM Software</span></div>\r\n\r\n<h2 class=\"experience-smooth-business-section-heading\">Experience Smooth Business Operations with our Smart OVO CRM Solution</h2>\r\n\r\n<div class=\"experience-smooth-business-section-item\"><img alt=\"icon\" class=\"experience-smooth-business-section-item-icon\" src=\"../assets/image/club_nouvo/crm-is-pepole.svg\" />\r\n<div>\r\n<div class=\"experience-smooth-business-section-item-title\">CRM is a &quot;Strategy&quot; and &quot;Philosophy&quot; for doing business<span class=\"experience-smooth-business-section-item-desc\">, with customers at the center and using technology as a driving force.</span></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"experience-smooth-business-section-item\"><img alt=\"icon\" class=\"experience-smooth-business-section-item-icon2\" src=\"../assets/image/club_nouvo/imaging-crm.svg\" />\r\n<div>\r\n<div class=\"experience-smooth-business-section-item-title\"><span class=\"experience-smooth-business-section-item-desc\">Imagine CRM as </span>your organization&#39;s &quot;Central Nervous System&quot;<span class=\"experience-smooth-business-section-item-desc\">, bringing together all the customer-related data and interactions in one place.</span></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"experience-smooth-business-section-item\">\r\n<div class=\"discount-div\"><a href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">Discover Our Software &rarr;</a>\r\n\r\n<div class=\"discount-powwered\">\r\n<p>Powered by <span>OfficeFirst</span> &mdash; part of the Nouvo Spaces group</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 order-1 order-md-2\"><img alt=\"Business Collaboration\" class=\"experience-smooth-business-section-img d-none d-md-block\" src=\"../assets/image/club_nouvo/experience-smooth-business.png\" /> <img alt=\"Business Collaboration\" class=\"experience-smooth-business-section-img d-block d-md-none\" src=\"../assets/image/club_nouvo/experience-smooth-business-phone.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"professional_support_tm-section\">\r\n<div class=\"professional_support_tm-section-container\">\r\n<div class=\"row professional_support_tm-section-row\">\r\n<div class=\"col-lg-6\"><img alt=\"Business Collaboration\" class=\"professional_support_tm-section-img\" src=\"../assets/image/club_nouvo/professional_support_tm.png\" /></div>\r\n\r\n<div class=\"col-lg-6 professional_support_tm-section-content\">\r\n<div class=\"professional_support_tm-section-badge\"><img alt=\"icon\" src=\"../assets/image/club_nouvo/special-benifit-blue1.svg\" /><span class=\"professional_support_tm-section-badge-text\">*44#0B"
L</span></div>\r\n\r\n<h2 class=\"professional_support_tm-section-heading\">#0*1*8-5!2!7--2
55HC+I2#38#4@G@#7H-H2"6I</h2>\r\n\r\n<div class=\"professional_support_tm-section-item\"><img alt=\"icon\" class=\"professional_support_tm-section-item-icon\" src=\"../assets/image/club_nouvo/semless-phonrblu.svg\" />\r\n<div>\r\n<div class=\"professional_support_tm-section-item-title\">-4*#082#@
7H-!H-1#0-#1B#(1L-1B!14</div>\r\n\r\n<p class=\"professional_support_tm-section-item-desc\">I'"#0B#(1L1*!1"5H03C+I@-#LB#28#4D1885H A%0C+I8!5#0 IVR 5H-"9A%*2"A</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"professional_support_tm-section-item\"><img alt=\"icon\" class=\"professional_support_tm-section-item-icon2 \" src=\"../assets/image/club_nouvo/secure-mailblu.svg\" />\r\n<div>\r\n<div class=\"professional_support_tm-section-item-title\">#42#9I+!2"A%09A%+!2"'H206!7-8</div>\r\n\r\n<p class=\"professional_support_tm-section-item-desc\">+!1'%+!2"*9
+2"@!7H-C+I5H-"9H%2"2@G5H-"9H-@#2 @#20@G#1)2C+IA%0AI15@!7H-+!2"!26</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n\r\n<section class=\"experience-smooth-business-section\">\r\n<div class=\"experience-smooth-business-section-container\">\r\n<div class=\"row experience-smooth-business-section-row\">\r\n<div class=\"col-lg-6 order-2 order-md-1 experience-smooth-business-section-content\">\r\n<div class=\"experience-smooth-business-section-badge\"><img alt=\"icon\" src=\"../assets/image/club_nouvo/experienct-blue-computer.svg\" /><span class=\"experience-smooth-business-section-badge-text\">-LA'#L OVO CRM</span></div>\r\n\r\n<h2 class=\"experience-smooth-business-section-heading\">*1!1*#0*2#L2#38#45H%7HD+% D!H!5*08I'"B%9
1 OVO CRM -1	#4"0-@#2</h2>\r\n\r\n<div class=\"experience-smooth-business-section-item\"><img alt=\"icon\" class=\"experience-smooth-business-section-item-icon\" src=\"../assets/image/club_nouvo/crm-is-pepole.svg\" />\r\n<div>\r\n<div class=\"experience-smooth-business-section-item-title\">CRM 7- &ldquo;%"8L&rdquo; A%0 &ldquo;#1

2&rdquo; C2#3@48#4<span class=\"experience-smooth-business-section-item-desc\"> B"!5+1'CA%0(9"L%2@G%9I2A%0C
I@BB%"55H
2
	%2@G%11@%7H-</span></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"experience-smooth-business-section-item\"><img alt=\"icon\" class=\"experience-smooth-business-section-item-icon2\" src=\"../assets/image/club_nouvo/imaging-crm.svg\" />\r\n<div>\r\n<div class=\"experience-smooth-business-section-item-title\">CRM @*!7-@G &ldquo;#0#0*2*H'%2&rdquo; <span class=\"experience-smooth-business-section-item-desc\">5H@
7H-!B"82#4H-A%0I-!9%-%9I2D'IC8@5"' C+I81*4CDID'6I !- 2#'!DI
16I A%09A%%9I2DI5'H2@4!</span></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"experience-smooth-business-section-item\">\r\n<div class=\"discount-div\"><a href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">*3#'-LA'#L-@#2 &rarr;</a>\r\n\r\n<div class=\"discount-powwered\">\r\n<p>B" <span>OfficeFirst</span> #4)1C@#7- Nouvo Spaces 5H@#2 2 9!4C</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 order-1 order-md-2\"><img alt=\"Business Collaboration\" class=\"experience-smooth-business-section-img d-none d-md-block\" src=\"../assets/image/club_nouvo/experience-smooth-business.png\" /> <img alt=\"Business Collaboration\" class=\"experience-smooth-business-section-img d-block d-md-none\" src=\"../assets/image/club_nouvo/experience-smooth-business-phone.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"club-membership-target-audience section-padding-top\">\r\n<div class=\"container\">\r\n<div class=\"audience-layout-wrapper\">\r\n<div class=\"header-content-left\">\r\n<div class=\"sub-title\">Who Is This Club For?</div>\r\n\r\n<h2 class=\"main-title\">For Anyone Starting Something New</h2>\r\n\r\n<p class=\"header-desc\">Supporting every step of your business with stability, growth, and a clear path to your full potential.</p>\r\n</div>\r\n\r\n<div class=\"cards-content-right\">\r\n<div class=\"audience-slider row\">\r\n<div class=\"col-md-4\">\r\n<div class=\"audience-card\"><img alt=\"Business Owner\" class=\"card-img\" src=\"../assets/image/club_nouvo/why-is-thhis-cub2.png\" />\r\n<h3 class=\"card-title\">Business Owner</h3>\r\n\r\n<div class=\"card-info-wrapper\">\r\n<p class=\"card-desc\">Start building your brand &mdash; we&rsquo;ll handle company registration and support you.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-4\">\r\n<div class=\"audience-card\"><img alt=\"Startup\" class=\"card-img\" src=\"../assets/image/club_nouvo/why-is-thhis-cub3.png\" />\r\n<h3 class=\"card-title\">Startup</h3>\r\n\r\n<div class=\"card-info-wrapper\">\r\n<p class=\"card-desc\">Small team, big ideas, just getting started? Let us help you focus fully on growth.</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-4\">\r\n<div class=\"audience-card\"><img alt=\"Freelancer\" class=\"card-img\" src=\"../assets/image/club_nouvo/why-is-thhis-cub1.png\" />\r\n<h3 class=\"card-title\">Freelancer</h3>\r\n\r\n<div class=\"card-info-wrapper\">\r\n<p class=\"card-desc\">Work with structure, like having a team behind you. You focus &mdash; we&rsquo;ll take care of the rest.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"slider-controls\"><button class=\"control-btn prev-btn\">&nbsp;</button><button class=\"control-btn next-btn\">&nbsp;</button></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"club-membership-target-audience section-padding-top\">\r\n<div class=\"container\">\r\n<div class=\"audience-layout-wrapper\">\r\n<div class=\"header-content-left\">\r\n<div class=\"sub-title\">%15I@+!201C#</div>\r\n\r\n<h2 class=\"main-title\">--A!2@7H-8<br />\r\nD!H'H20-"2@#4H!3-0D#</h2>\r\n\r\n<p class=\"header-desc\">#I-!@G*H'+6H5H0
H'"C+I8I2'@4-8#4-83@4D-"H2!1HA%0@4BH-@7H-*9H@I2+!2"5H1ICD'IDI-"H2@G!(1" 2</p>\r\n</div>\r\n\r\n<div class=\"cards-content-right\">\r\n<div class=\"audience-slider row\">\r\n<div class=\"col-md-4\">\r\n<div class=\"audience-card\"><img alt=\"Business Owner\" class=\"card-img\" src=\"../assets/image/club_nouvo/why-is-thhis-cub2.png\" />\r\n<h3 class=\"card-title\">8#4*H'1'</h3>\r\n\r\n<div class=\"card-info-wrapper\">\r\n<p class=\"card-desc\">@#4H!I*#I2A#L-1'@-DI15 @#20@#29A%2#11I#4)1C+I #I-!!-#0A%0#42#!7--2
5</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-4\">\r\n<div class=\"audience-card\"><img alt=\"Startup\" class=\"card-img\" src=\"../assets/image/club_nouvo/why-is-thhis-cub3.png\" />\r\n<h3 class=\"card-title\">*2#L-1</h3>\r\n\r\n<div class=\"card-info-wrapper\">\r\n<p class=\"card-desc\">!55!@%G D-@5"C+
H A%03%1@#4H!IB#D'ICC+I@#2@G9I
H'" @7H-C+I8A%05!B1*12#@4BDI@G!5H</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-4\">\r\n<div class=\"audience-card\"><img alt=\"Freelancer\" class=\"card-img\" src=\"../assets/image/club_nouvo/why-is-thhis-cub1.png\" />\r\n<h3 class=\"card-title\">#5A%L</h3>\r\n\r\n<div class=\"card-info-wrapper\">\r\n<p class=\"card-desc\">32A!5#0@+!7-!55!9I
H'" 8AHH-*!24A%0C*HC1%2#+I2 *H'@#7H--7HFC+I@#29A%A</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"slider-controls\"><button class=\"control-btn prev-btn\">&nbsp;</button><button class=\"control-btn next-btn\">&nbsp;</button></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"member-satisfaction-section section-margin-top\">\r\n<div class=\"container\">\r\n<h2 class=\"member-satisfaction-section-title\"><b>Every Moment of Member Satisfaction</b> is Our Pride and Joy.</h2>\r\n\r\n<div class=\"member-satisfaction-slider\">\r\n<div class=\"member-satisfaction-slide-item\">\r\n<div class=\"member-satisfaction-card\">\r\n<h3 class=\"member-satisfaction-card-headline\">A few quick answers &mdash; your company&rsquo;s on its way.</h3>\r\n\r\n<p class=\"member-satisfaction-text\"><span>&ldquo;</span> I was worried at first, but <b>they<br />\r\nsorted everything out</b>. Just<br />\r\ngave them the name and some<br />\r\ninfo &mdash; <b>done in a few days</b>.<br />\r\nSuch a relief! <span>&rdquo;</span></p>\r\n\r\n<div class=\"member-satisfaction-user-info\"><img class=\"member-satisfaction-user-img\" src=\"../assets/image/club_nouvo/eery-moment-1.png\" /> <span class=\"member-satisfaction-user-role\">Beauty Brand Owner</span></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"member-satisfaction-slide-item\">\r\n<div class=\"member-satisfaction-card\">\r\n<h3 class=\"member-satisfaction-card-headline\">Reflect professionalism, earn trust with meeting.</h3>\r\n\r\n<p class=\"member-satisfaction-text\"><span>&ldquo;</span> Met a partner at <b>the 47th-floor meeting room in Empire Tower</b>. They were impressed, and it helped the talk flow. <b>We sealed the deal</b>. <span>&rdquo;</span></p>\r\n\r\n<div class=\"member-satisfaction-user-info\"><img class=\"member-satisfaction-user-img\" src=\"../assets/image/club_nouvo/eery-moment-2.png\" /> <span class=\"member-satisfaction-user-role\">Co-founder of a Startup</span></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"member-satisfaction-slide-item\">\r\n<div class=\"member-satisfaction-card\">\r\n<h3 class=\"member-satisfaction-card-headline\">A workspace and Phone System that simplify it all.</h3>\r\n\r\n<p class=\"member-satisfaction-text\"><span>&ldquo;</span> With a flexible job, I often<br />\r\nwork from <b>Club&rsquo;s Co-working<br />\r\nspace. I like the 02 phone system</b> &mdash; it separates work from life, helps me focus. <span>&rdquo;</span></p>\r\n\r\n<div class=\"member-satisfaction-user-info\"><img class=\"member-satisfaction-user-img\" src=\"../assets/image/club_nouvo/eery-moment-3.png\" /> <span class=\"member-satisfaction-user-role\">Freelance Designer</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"member-satisfaction-controls\"><button class=\"member-satisfaction-btn prev-testi\">&nbsp;</button><button class=\"member-satisfaction-btn next-testi\">&nbsp;</button></div>\r\n</div>\r\n</section>\r\n', '<section class=\"member-satisfaction-section section-margin-top\">\r\n<div class=\"container\">\r\n<h2 class=\"member-satisfaction-section-title\"><b>8'2!#01C-*!2
4%1</b> 7-'2! 2 9!4C-@#2</h2>\r\n\r\n<div class=\"member-satisfaction-slider\">\r\n<div class=\"member-satisfaction-slide-item\">\r\n<div class=\"member-satisfaction-card\">\r\n<h3 class=\"member-satisfaction-card-headline\">AH-32!@#2@%GI-"<br />\r\n2#0@5"#4)1GD+%%7H</h3>\r\n\r\n<p class=\"member-satisfaction-text\"><span>&ldquo;</span> 
H'I5-0@#4H!8#4#9I*61'% @#7H-0@5"#4)1 %1'C
I@'%22 AH<b>5H5H9A%C+I8-"H2@%"</b> AHC+I
7H-#4)11I-!9%4+H-" D!H5H'1G <b>1I#4)1@*#G</b> *2"C!2@%"H0 <span>&rdquo;</span></p>\r\n\r\n<div class=\"member-satisfaction-user-info\"><img class=\"member-satisfaction-user-img\" src=\"../assets/image/club_nouvo/eery-moment-1.png\" /> <span class=\"member-satisfaction-user-role\">@I2-8#4@#7H-*3-2</span></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"member-satisfaction-slide-item\">\r\n<div class=\"member-satisfaction-card\">\r\n<h3 class=\"member-satisfaction-card-headline\">+I-#0
8!*0I- 2%1)L<br />\r\n@4H!'2!H2@
7H-7-C+I8#4</h3>\r\n\r\n<p class=\"member-satisfaction-text\"><span>&ldquo;</span> @"112#L@-#L5H<b>+I-#0
8! 
1I 47 -22#@-G!D#L</b> ##"22(5 2#L@-#L!26G
!1'H2*'" 9-C 3C+I##"22(2#8"H2DI'"5<b> *8I2"GI'"2#45%1#1</b> <span>&rdquo;</span></p>\r\n\r\n<div class=\"member-satisfaction-user-info\"><img class=\"member-satisfaction-user-img\" src=\"../assets/image/club_nouvo/eery-moment-2.png\" /> <span class=\"member-satisfaction-user-role\">9I#H'!H-1I8#4*2#L-1</span></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"member-satisfaction-slide-item\">\r\n<div class=\"member-satisfaction-card\">\r\n<h3 class=\"member-satisfaction-card-headline\">*25H32 #0B#(1L<br />\r\n1'
H'"5H3C+I8-"H2H2"6I</h3>\r\n\r\n<p class=\"member-satisfaction-text\"><span>&ldquo;</span> I'"-2
5@%"@%7-5H32DI2!C 2'1G<b>DC
I Co-working Space</b> -%19B' <b>5H
-7-#0B#(1L</b> @-#L 02 3C+IA"@#7H-*H'1'12--21DI56IH0 B1*G@G!5H <span>&rdquo;</span></p>\r\n\r\n<div class=\"member-satisfaction-user-info\"><img class=\"member-satisfaction-user-img\" src=\"../assets/image/club_nouvo/eery-moment-3.png\" /> <span class=\"member-satisfaction-user-role\">#5A%LI22#--A</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"member-satisfaction-controls\"><button class=\"member-satisfaction-btn prev-testi\">&nbsp;</button><button class=\"member-satisfaction-btn next-testi\">&nbsp;</button></div>\r\n</div>\r\n</section>\r\n', 1, 'club-nouvo-ceo', 0, 1, '2025-07-26 05:48:30', 1, '2026-03-30 11:21:27');
INSERT INTO `tbl_products` (`id`, `title_en`, `title_th`, `short_description_en`, `short_description_th`, `product_banner`, `product_image`, `product_mobile_image`, `section_one_en`, `section_one_th`, `section_two_en`, `section_two_th`, `section_three_en`, `section_three_th`, `section_four_en`, `section_four_th`, `section_five_en`, `section_five_th`, `section_six_en`, `section_six_th`, `section_seven_en`, `section_seven_th`, `section_eight_en`, `section_eight_th`, `section_nine_en`, `section_nine_th`, `product_order`, `slug_url`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(9, 'Company Registration Service', '#42##10@5"#4)1', ' Professional support throughout every step of your company registration.', '
H'"9A%A%0C+I#42#8#0'2#A%01I-C2#0@5"#4)1B"5!29I@
5H"'
2
', '', '', '', '<section class=\"co_serviced-office-hero-banner serviced-office-hero-banner mx-3 mx-md-0  \" style=\"background-image:#FCFCFC;\">\r\n<div class=\"container \">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 col-md-12 ps-md-0  \">\r\n<div class=\"banner-left-content-main\">\r\n<div class=\"banner-left-content\">\r\n<h1 class=\"ps-0  serviced-office-hero-title \">Company Registration</h1>\r\n\r\n<p class=\"ps-0  mt-4 serviced-office-hero-desc\">Professional support throughout every step of your company registration.</p>\r\n\r\n<div class=\"ps-0  mt-4 pt-2 serviced-office-hero-buttons\"><a class=\"btn btn-warning-dark btn-lg\" href=\"design-your-own-business-dyo\">Get Started</a> <a class=\"btn btn-light btn-lg  ms-3\" href=\"#were_here_to_help\">Talk to Us</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 col-md-12 mt-5 mt-lg-0  text-center\">\r\n<div class=\"serviced-office-img-stack\"><img class=\"serviced-office-img-main1 d-none d-md-block\" src=\"../assets/image/company-registration/company-reg-desk-en.png\" /> <img class=\"serviced-office-img-main1-mobile d-md-none img-fluid \" src=\"../assets/image/company-registration/company-reg-mobile-en.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"co_serviced-office-hero-banner serviced-office-hero-banner mx-3 mx-md-0  \"\r\n    style=\"background-image:#FCFCFC;\">\r\n    <div class=\"container \">\r\n        <div class=\"row\">\r\n            <div class=\"col-lg-6 col-md-12 ps-md-0 \">\r\n                <div class=\"banner-left-content-main\">\r\n                    <div class=\"banner-left-content\">\r\n                        <h1 class=\"ps-0  serviced-office-hero-title \">#42##1<br />\r\n                            0@5"#4)1</h1>\r\n\r\n                        <p class=\"ps-0  mt-4 serviced-office-hero-desc\">
H'"9A%A%0C+I#42#8#0'2#A%01I-<br />\r\n                            C2#0@5"#4)1B"5!29I@
5H"'
2
</p>\r\n\r\n                        <div class=\"ps-0  mt-4 pt-2 serviced-office-hero-buttons\"><a\r\n                                class=\"btn btn-warning-dark btn-lg \" href=\"design-your-own-business-dyo\">@#4H!I@%"</a>\r\n                            <a class=\"btn btn-light btn-lg  ms-3\" href=\"#were_here_to_help\">#6)2@#2</a></div>\r\n                    </div>\r\n                </div>\r\n            </div>\r\n\r\n            <div class=\"col-lg-6 col-md-12 mt-5 mt-lg-0 text-center\">\r\n                <div class=\"serviced-office-img-stack\"><img class=\"serviced-office-img-main1 d-none d-md-block\"\r\n                        src=\"../assets/image/company-registration/company-reg-desk-th.png\" /> <img\r\n                        class=\"serviced-office-img-main1-mobile d-md-none img-fluid \"\r\n                        src=\"../assets/image/company-registration/company-reg-mobile-th.png\" /></div>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</section>', '<section class=\"everything_done_section \">\r\n<div class=\"everything_done_container\">\r\n<h2 class=\"everything_done_title\">Everything Done in 3 Business Days, Because Your Time Matters</h2>\r\n\r\n<p class=\"everything_done_desc\">Focus on your business &mdash; we&rsquo;ll take care of the paperwork. No confusing forms, no time wasted. <b>Just answer a few questions, and we&rsquo;ll handle the rest.</b></p>\r\n\r\n<div class=\"everything_done_cards_wrapper\">\r\n<div class=\"everything_done_card everything_done_card_start\">\r\n<div class=\"everything_done_icon_box\"><img alt=\"Select\" src=\"../assets/image/company-registration/everything-card1.png\" /></div>\r\n\r\n<h3 class=\"everything_done_card_title\"><b>Select your<br />\r\nPackage</b></h3>\r\n\r\n<p class=\"everything_done_assistance\">or <a href=\"#were_here_to_help\">Contact Us</a> for Assistance</p>\r\n</div>\r\n\r\n<div class=\"everything_done_arrow\">&gt;</div>\r\n\r\n<div class=\"everything_done_card\">\r\n<div class=\"everything_done_icon_box\"><img alt=\"Prepare\" src=\"../assets/image/company-registration/everything-card2.png\" /></div>\r\n\r\n<h3 class=\"everything_done_card_title\"><b>Prepare Info</b><br />\r\nas Guided by<br />\r\nOur Staff</h3>\r\n</div>\r\n\r\n<div class=\"everything_done_arrow\">&gt;</div>\r\n\r\n<div class=\"everything_done_card\">\r\n<div class=\"everything_done_icon_box\"><img alt=\"Sign\" src=\"../assets/image/company-registration/everything-card3.png\" /></div>\r\n\r\n<h3 class=\"everything_done_card_title\"><b>Sign Forms</b><br />\r\nPrepared by<br />\r\nOur Team</h3>\r\n</div>\r\n\r\n<div class=\"everything_done_arrow\">&gt;</div>\r\n\r\n<div class=\"everything_done_card everything_done_card_end\">\r\n<div class=\"everything_done_icon_box\"><img alt=\"Registered\" src=\"../assets/image/company-registration/everything-card4.png\" /></div>\r\n\r\n<h3 class=\"everything_done_card_title\"><b>Registered</b><br />\r\n&mdash; Documents<br />\r\nOn the Way</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"everything_done_section \">\r\n<div class=\"everything_done_container\">\r\n<h2 class=\"everything_done_title\">@#208@'%2-8!5H2<br class=\"d-block d-md-none\" />\r\n@#269A%8-"H2C+I@*#GC 3 '1</h2>\r\n\r\n<p class=\"everything_done_desc\">D!H3@GI-C
I@'%2-1!5H2-8D12##-@-*2#!2!2"5HD!H8I@" 8A%0#4)10DI#12#9A%-"H2C*HC29I@
5H"'
2
 2"CI#42##10@5"#4)1-@#2 <b>@5"-32!D!H5HI- 5H@+%7-@G+I25H@#2</b></p>\r\n\r\n<div class=\"everything_done_cards_wrapper\">\r\n<div class=\"everything_done_card everything_done_card_start\">\r\n<div class=\"everything_done_icon_box\"><img alt=\"Select\" src=\"../assets/image/company-registration/everything-card1.png\" /></div>\r\n\r\n<h3 class=\"everything_done_card_title\"><b>@%7-AG@</b><br />\r\n5H8I-2#</h3>\r\n\r\n<p class=\"everything_done_assistance\">+#7- <a href=\"#were_here_to_help\">4H-@#2</a> C+I
H'"A03</p>\r\n</div>\r\n\r\n<div class=\"everything_done_arrow\">&gt;</div>\r\n\r\n<div class=\"everything_done_card\">\r\n<div class=\"everything_done_icon_box\"><img alt=\"Prepare\" src=\"../assets/image/company-registration/everything-card2.png\" /></div>\r\n\r\n<h3 class=\"everything_done_card_title\"><b>@#5"!I-!9% </b><br />\r\n2!3A03<br />\r\n2@I2+I25H-@#2</h3>\r\n</div>\r\n\r\n<div class=\"everything_done_arrow\">&gt;</div>\r\n\r\n<div class=\"everything_done_card\">\r\n<div class=\"everything_done_icon_box\"><img alt=\"Sign\" src=\"../assets/image/company-registration/everything-card3.png\" /></div>\r\n\r\n<h3 class=\"everything_done_card_title\"><b>@G@-*2# </b><br />\r\n5H@I2+I25H-@#2<br />\r\n1@#5"!!2C+I</h3>\r\n</div>\r\n\r\n<div class=\"everything_done_arrow\">&gt;</div>\r\n\r\n<div class=\"everything_done_card everything_done_card_end\">\r\n<div class=\"everything_done_icon_box\"><img alt=\"Registered\" src=\"../assets/image/company-registration/everything-card4.png\" /></div>\r\n\r\n<h3 class=\"everything_done_card_title\"><b>#-#1@-*2# </b><br />\r\n"7"1*3+#1<br />\r\n2#0@5"#4)1</h3>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"Company_Registration_table section-padding-top\">\r\n<div class=\"container px-3\">\r\n<div class=\"row  px-xl-5\">\r\n<div class=\"col-lg-12 \">\r\n<div class=\"table\">\r\n<div class=\"row justify-content-center\">\r\n<div class=\"col-lg-10\">\r\n<table class=\"table mt-md-0\">\r\n	<tbody>\r\n		<tr>\r\n			<th class=\"wide-col\">&nbsp;</th>\r\n			<th class=\"tbl_heading small-co\">Package A<br />\r\n			<small>(Online Registration)</small></th>\r\n			<th class=\"tbl_heading small-co\">Package B<br />\r\n			<small>(Online Registration)</small></th>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">Reserve Company Name</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">Prepare Registration Documents</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">Apply for Tax ID Number</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">Register the Company</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col \">Register for VAT</td>\r\n			<td class=\"desk\">-</td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\"><b>Free!</b> 1-Year <span class=\"tbl_orange\">OVO CRM software</span></td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col \">Price</td>\r\n			<td class=\"check\"><b class=\"price-text\">4,200</b></td>\r\n			<td class=\"desk\"><b class=\"price-text\">5,900</b></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n\r\n<div class=\"terms_condition\">\r\n<p class=\"terms_condition_heading\"><b>Terms &amp; Conditions</b></p>\r\n\r\n<ul>\r\n	<li>Prices exclude government fees, stamp duty, company seal, and 7% VAT.</li>\r\n	<li>Prices exclude document delivery fees from Nouvo Spaces to the customer via messenger.</li>\r\n	<li>Package A and B are for online company registration only.</li>\r\n	<li>Prices apply to Thai-registered companies only.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"Company_Registration_table section-padding-top\">\r\n<div class=\"container px-3\">\r\n<div class=\"row  px-xl-5\">\r\n<div class=\"col-lg-12 \">\r\n<div class=\"table\">\r\n<div class=\"row justify-content-center\">\r\n<div class=\"col-lg-10\">\r\n<table class=\"table mt-md-0\">\r\n	<tbody>\r\n		<tr>\r\n			<th class=\"wide-col\">&nbsp;</th>\r\n			<th class=\"tbl_heading small-co\">Package A<br />\r\n			<small>(--D%L)</small></th>\r\n			<th class=\"tbl_heading small-co\">Package B<br />\r\n			<small>(--D%L)</small></th>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">-
7H-#4)1</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">13@-*2#*3+#10@5"#4)1</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">-@%#031'<br class=\"d-block d-md-none\" />\r\n			9I@*5" 2)5</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\">0@5"#4)1</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col \">0@5" 2)5!9%H2@4H!</td>\r\n			<td class=\"desk\">-</td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col\"><b>#5!</b> *44L@I26 <span class=\"tbl_orange\">-LA'#L OVO CRM</span> 1 5</td>\r\n			<td class=\"check\"></td>\r\n			<td class=\"check\"></td>\r\n		</tr>\r\n		<tr>\r\n			<td class=\"wide-col \">#22</td>\r\n			<td class=\"check\"><b class=\"price-text\">4,200</b></td>\r\n			<td class=\"desk\"><b class=\"price-text\">5,900</b></td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n\r\n<div class=\"terms_condition\">\r\n<p class=\"terms_condition_heading\"><b>@7H-D</b></p>\r\n\r\n<ul>\r\n	<li>#221%H2'"1D!H#'!H2##!@5"! 2#1 -2#*A!L H2#2#01 A%0 2)5!9%H2@4H!</li>\r\n	<li>#221%H2'"1D!H#'!H2*H@-*2#2 Nouvo Spaces D"1%9I2B" Messenger</li>\r\n	<li>Package A A%0 B @G2#A--D%L</li>\r\n	<li>#221%H2'@G#220@5"#4)1*1
24D"@H21I</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '', '', '', '', '', '', '', '', '', '', '', '', 8, 'company-registration-service', 0, 1, '2025-07-26 05:50:35', 1, '2026-03-18 05:41:40');
INSERT INTO `tbl_products` (`id`, `title_en`, `title_th`, `short_description_en`, `short_description_th`, `product_banner`, `product_image`, `product_mobile_image`, `section_one_en`, `section_one_th`, `section_two_en`, `section_two_th`, `section_three_en`, `section_three_th`, `section_four_en`, `section_four_th`, `section_five_en`, `section_five_th`, `section_six_en`, `section_six_th`, `section_seven_en`, `section_seven_th`, `section_eight_en`, `section_eight_th`, `section_nine_en`, `section_nine_th`, `product_order`, `slug_url`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(10, 'Design Your Own Business (DYO)', '--A8#4I'"1'@-', ' ', '', '', '', '', '<section class=\"dyo_design_section\">\r\n<div class=\"dyo_container\">\r\n<div class=\"dyo_wrapper\">\r\n<div class=\"dyo_left_image\"><img alt=\"DYO Design Illustration\" class=\"d-none d-md-block\" src=\"../assets/image/dyo/dyo-header-desk-en.png\" /> <img alt=\"DYO Design Illustration\" class=\"d-block d-md-none\" src=\"../assets/image/dyo/dyo-header-phone-en.png\" /></div>\r\n\r\n<div class=\"dyo_right_content\">\r\n<div class=\"dyo_title_wrapper\"><img alt=\"icon\" class=\"dyo_pen_icon\" src=\"../assets/image/dyo/dyo-header-pen.png\" />\r\n<h2 class=\"dyo_main_heading\">Design Freely with<br />\r\n<b>Design Your Own Business</b> <span class=\"highlight\">(DYO)</span></h2>\r\n</div>\r\n\r\n<div class=\"dyo_blue_line\">&nbsp;</div>\r\n\r\n<h3 class=\"dyo_sub_heading\"><b>Customize Your Plan<br class=\"d-block d-lg-none\" />\r\nby Choosing What Works for You</b></h3>\r\n\r\n<p class=\"dyo_description\">Whether you need full support or just the essentials, you&rsquo;re free to choose what fits &mdash; and invest in what truly matters to you.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"dyo_design_section\">\r\n<div class=\"dyo_container\">\r\n<div class=\"dyo_wrapper\">\r\n<div class=\"dyo_left_image\"><img alt=\"DYO Design Illustration\" class=\"d-none d-md-block\" src=\"../assets/image/dyo/dyo-header-desk-th.png\" /> <img alt=\"DYO Design Illustration\" class=\"d-block d-md-none\" src=\"../assets/image/dyo/dyo-header-phone-th.png\" /></div>\r\n\r\n<div class=\"dyo_right_content\">\r\n<div class=\"dyo_title_wrapper\"><img alt=\"icon\" class=\"dyo_pen_icon\" src=\"../assets/image/dyo/dyo-header-pen.png\" />\r\n<h2 class=\"dyo_main_heading\">--A-"H2-4*#0I'"<br />\r\n<b>Design Your Own Business</b> <span class=\"highlight\">(DYO)</span></h2>\r\n</div>\r\n\r\n<div class=\"dyo_blue_line\">&nbsp;</div>\r\n\r\n<h3 class=\"dyo_sub_heading\"><b>8*2!2#1*##A%01@%7-@	20*4H5H-B"L*3+#18#4-8DI</b></h3>\r\n\r\n<p class=\"dyo_description\">D!H'H283%1I-2##42#-@#2A#'#+#7-@5"AH2#2"2# 8G*2!2#@%7-*##I'"1'@-A%0C
IH2"%8D1AH#2"2#5H#C@7H-8#4-8</p>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"dyo_BUsiness_services_section section-margin-top  services-wrapper\">\r\n<div class=\"section-intro\">\r\n<div class=\"title-content\">\r\n<h2 class=\"main-title\">Business Services</h2>\r\n</div>\r\n</div>\r\n\r\n<div class=\"services-layout\">\r\n<div class=\"card card-dark d-block d-lg-none\">\r\n<div class=\"offer-badge\">\r\n<p class=\"offer-badge1\">Buy 1 Year,</p>\r\n\r\n<p class=\"offer-badge2\">Get 1 Free</p>\r\n</div>\r\n\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Club Nouvo CEO</h3>\r\n\r\n<p class=\"card-desc\">A club for new CEOs seeking a complete foundation &mdash; with professional image and operations at an affordable price.</p>\r\n<img alt=\"CEO\" src=\"../assets/image/dyo/business1.png\" />\r\n<ul>\r\n	<li><b>Free!</b> company registration service</li>\r\n	<li><b>Free!</b> social security document prep</li>\r\n	<li>Mail handling service</li>\r\n	<li>02 business number with auto-attendant and Smart IVR</li>\r\n	<li><b>Member-only discounts</b> on meeting rooms &amp; Co-working space</li>\r\n	<li><b>Full access</b> to smart CRM Software</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">13,910 THB / year<span>*</span></p>\r\n\r\n<div class=\"card-actions\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Join Us Now</a> <a class=\"btn-link-more\" href=\"club-nouvo-ceo\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row  services-desktop-card d-none d-lg-inline-flex px-lg-1\">\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-dark \">\r\n<div class=\"offer-badge\">\r\n<p class=\"offer-badge1\">Buy 1 Year,</p>\r\n\r\n<p class=\"offer-badge2\">Get 1 Free</p>\r\n</div>\r\n<img alt=\"CEO\" src=\"../assets/image/dyo/business1.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Club Nouvo CEO</h3>\r\n\r\n<p class=\"card-desc\">A club for new CEOs seeking a complete foundation &mdash; with professional image and operations at an affordable price.</p>\r\n\r\n<ul>\r\n	<li><b>Free!</b> company registration service</li>\r\n	<li><b>Free!</b> social security document prep</li>\r\n	<li>Mail handling service</li>\r\n	<li>02 business number with auto-attendant and Smart IVR</li>\r\n	<li><b>Member-only discounts</b> on meeting rooms &amp; Co-working space</li>\r\n	<li><b>Full access</b> to smart CRM Software</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">13,910 THB / year<span>*</span></p>\r\n\r\n<div class=\"card-actions\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Join Us Now</a> <a class=\"btn-link-more\" href=\"club-nouvo-ceo\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Office\" src=\"../assets/image/dyo/business2.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Serviced Office</h3>\r\n\r\n<p class=\"card-desc\">A fully-equipped modern office &mdash; Nouvo Spaces offers 24/7 freedom and flexibility.</p>\r\n\r\n<ul>\r\n	<li>24/7 access to a fully-furnished office</li>\r\n	<li>High-speed internet</li>\r\n	<li>Private pantry &amp; housekeeping</li>\r\n	<li>Mail handling service</li>\r\n	<li>02 business number with call transfer</li>\r\n	<li>Meeting room &amp; lobby access</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">&nbsp;</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Get Quotation</a> <a class=\"btn-link-more\" href=\"serviced-office\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Meeting\" src=\"../assets/image/dyo/business3.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Meeting Rooms</h3>\r\n\r\n<p class=\"card-desc\">Meeting rooms from small to large size, suitable for all purposes, with modern facilities and high-speed internet.</p>\r\n\r\n<ul>\r\n	<li>Rooms in multiple sizes for 2&ndash;4, 6&ndash;8, and 10&ndash;20 people</li>\r\n	<li>Conference tools and internet access</li>\r\n	<li>Complimentary drinks and coffee</li>\r\n	<li>Available at Nouvo Spaces (Rama IV) and OfficeFirst (Sathon)</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">From 700 THB / hour</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Book Now</a> <a class=\"btn-link-more\" href=\"meeting-rooms\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business4.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Co-working Space</h3>\r\n\r\n<p class=\"card-desc\">An open workspace with a shared environment where you can run your business and connect with new people.</p>\r\n\r\n<ul>\r\n	<li>Hot Desks with secure lockers for your documents</li>\r\n	<li>High-speed internet</li>\r\n	<li>Available at both Nouvo Spaces (Rama IV) and OfficeFirst (Sathon)</li>\r\n	<li>Daily, monthly, and yearly options available</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">From 500 THB / day</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"co-working-space\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business5.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Registered<br />\r\nBusiness Address</h3>\r\n\r\n<p class=\"card-desc\">Strengthen your company&rsquo;s modern and reliable image by setting up business at Nouvo Spaces &mdash; located in Bangkok&rsquo;s emerging economic district on Rama IV Road.</p>\r\n\r\n<ul>\r\n	<li>Business address</li>\r\n	<li>Mail handling service</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">1,200 THB / month</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"business-address\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business6.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Mail Handling<br />\r\nService</h3>\r\n\r\n<p class=\"card-desc\">Whether you need our address for receiving mail or to protect your privacy, we&rsquo;ve got you covered.</p>\r\n\r\n<ul>\r\n	<li>Mailing address service</li>\r\n	<li>Standard-size mailbox</li>\r\n	<li>Notifications when mail arrives</li>\r\n	<li>Mail-related add-on services (Some Fees May Apply)</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">1,100 THB / month</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"mail-handling-service\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business7.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Auto-Attendant<br />\r\nSystem</h3>\r\n\r\n<p class=\"card-desc\">A modern phone system that gives you full connection freedom and protects your privacy &mdash; all at an affordable price.</p>\r\n\r\n<ul>\r\n	<li>Your 02 number, anywhere via VOIP</li>\r\n	<li>Auto-reception to answer calls</li>\r\n	<li>Smart IVR call forwarding (5 users included)</li>\r\n	<li>Voicemail when unavailable</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">500 THB / month</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"auto-attendant-system\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business8.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Company<br />\r\nRegistration Service</h3>\r\n\r\n<p class=\"card-desc\">Company registration services by our expert team &mdash; so you don&rsquo;t have to handle every step yourself and can stay focused on growing your business.</p>\r\n\r\n<ul>\r\n	<li>From name reservation to company registration &mdash; all steps handled for you</li>\r\n	<li>Completed within 3 business days</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">Start at 4,200 THB</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"company-registration-service\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-lg-none \">\r\n<div class=\"terms\">\r\n<div class=\"d-block d-lg-none\"><span>*</span> This price includes 7% VAT and a deposit of 1,070 THB, which will be refunded immediately upon completion of the contract term.</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card active\" id=\"serviced-office\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'serviced-office\')\">\r\n<h3 class=\"card-title\">Serviced Office</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">A fully-equipped modern office &mdash; Nouvo Spaces offers 24/7 freedom and flexibility.</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Office\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business2.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>24/7 access to a fully-furnished office</li>\r\n	<li>High-speed internet</li>\r\n	<li>Private pantry &amp; housekeeping</li>\r\n	<li>Mail handling service</li>\r\n	<li>02 business number with call transfer</li>\r\n	<li>Meeting room &amp; lobby access</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">&nbsp;</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Get Quotation</a> <a class=\"btn-link-more\" href=\"serviced-office\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"meeting-rooms\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'meeting-rooms\')\">\r\n<h3 class=\"card-title\">Meeting Rooms</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">Meeting rooms from small to large size, suitable for all purposes, with modern facilities and high-speed internet.</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Meeting\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business3.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>Rooms in multiple sizes for 2&ndash;4, 6&ndash;8, and 10&ndash;20 people</li>\r\n	<li>Conference tools and internet access</li>\r\n	<li>Complimentary drinks and coffee</li>\r\n	<li>Available at Nouvo Spaces (Rama IV) and OfficeFirst (Sathon)</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">From 700 THB / hour</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Book Now</a> <a class=\"btn-link-more\" href=\"meeting-rooms\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"coworking-space\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'coworking-space\')\">\r\n<h3 class=\"card-title\">Co-working Space</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">An open workspace with a shared environment where you can run your business and connect with new people.</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Coworking\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business4.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>Hot Desks with secure lockers for your documents</li>\r\n	<li>High-speed internet</li>\r\n	<li>Available at both Nouvo Spaces (Rama IV) and OfficeFirst (Sathon)</li>\r\n	<li>Daily, monthly, and yearly options available</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">From 500 THB / day</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"co-working-space\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"business-address\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'business-address\')\">\r\n<h3 class=\"card-title\">Business Address</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">Strengthen your company&rsquo;s modern and reliable image at Nouvo Spaces &mdash; Rama IV Road.</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Address\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business5.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>Business address</li>\r\n	<li>Mail handling service</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">1,200 THB / month</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"business-address\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"mail-handling\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'mail-handling\')\">\r\n<h3 class=\"card-title\">Mail Handling<br />\r\nService</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">Whether you need our address for receiving mail or to protect your privacy, we&rsquo;ve got you covered.</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Mail\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business6.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>Mailing address service</li>\r\n	<li>Standard-size mailbox</li>\r\n	<li>Notifications when mail arrives</li>\r\n	<li>Mail-related add-on services</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">1,100 THB / month</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"mail-handling-service\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"auto-attendant\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'auto-attendant\')\">\r\n<h3 class=\"card-title\">Auto-Attendant<br />\r\nSystem</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">A modern phone system that gives you full connection freedom and protects your privacy.</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Phone\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business7.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>Your 02 number, anywhere via VOIP</li>\r\n	<li>Auto-reception to answer calls</li>\r\n	<li>Smart IVR call forwarding (5 users included)</li>\r\n	<li>Voicemail when unavailable</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">500 THB / month</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"auto-attendant-system\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"registration-service\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'registration-service\')\">\r\n<h3 class=\"card-title\">Company Registration</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">Company registration services by our expert team &mdash; so you can stay focused on growing your business.</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Registration\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business8.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>From name reservation to registration &mdash; all steps handled</li>\r\n	<li>Completed within 3 business days</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">Start at 4,200 THB</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"company-registration-service\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc_blue_line\">&nbsp;</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"software-showcase\">\r\n<div class=\"showcase-header\">\r\n<h2 class=\"showcase-title\">Business Software</h2>\r\n</div>\r\n\r\n<div class=\"software-card card-dark  d-none d-lg-flex\">\r\n<div class=\"software-img\"><img alt=\"CRM\" class=\"d-none d-lg-block\" src=\"../assets/image/dyo/business9.png\" /> <img alt=\"CRM\" class=\"d-block d-lg-none\" src=\"../assets/image/dyo/business9-phone.png\" /></div>\r\n\r\n<div class=\"software-info\">\r\n<h3 class=\"info-title\">OVO CRM software</h3>\r\n\r\n<p class=\"info-text\">A unified operating system integrating CRM and accounting to boost business efficiency and success.</p>\r\n\r\n<ul>\r\n	<li>Full access to all features at no cost</li>\r\n	<li>Supports up to 3 users per company</li>\r\n</ul>\r\n\r\n<div class=\"info-btns\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"software-card card-dark d-block d-lg-none\">\r\n<div class=\"software-info\">\r\n<h3 class=\"info-title\">OVO CRM software</h3>\r\n\r\n<p class=\"info-text\">A unified operating system integrating CRM and accounting to boost business efficiency and success.</p>\r\n\r\n<div class=\"software-img\"><img alt=\"CRM\" class=\"d-none d-lg-block\" src=\"../assets/image/dyo/business9.png\" /> <img alt=\"CRM\" class=\"d-block d-lg-none\" src=\"../assets/image/dyo/business9-phone.png\" /></div>\r\n\r\n<ul>\r\n	<li>Full access to all features at no cost</li>\r\n	<li>Supports up to 3 users per company</li>\r\n</ul>\r\n\r\n<div class=\"info-btns\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">Buy Now</a> <a class=\"btn-link-more\" href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"terms\">\r\n<div class=\"d-none d-lg-flex\">\r\n<p>Terms &amp; Conditions</p>\r\n<span>*</span> This price includes 7% VAT and a deposit of 1,070 THB, which will be refunded immediately upon completion of the contract term.</div>\r\n\r\n<ul>\r\n	<li>The prices exclude 7% VAT.</li>\r\n	<li>Additional charges may apply for certain optional services and support. <a download=\"\" href=\"../assets/image/dyo/Additional-Cost-NS.pdf\">(Download Details)</a></li>\r\n</ul>\r\n</div>\r\n</section>\r\n', '<section class=\"dyo_BUsiness_services_section section-margin-top  services-wrapper\">\r\n<div class=\"section-intro\">\r\n<div class=\"title-content\">\r\n<h2 class=\"main-title\">#42#@7H-8#4</h2>\r\n</div>\r\n</div>\r\n\r\n<div class=\"services-layout\">\r\n<div class=\"card card-dark d-block d-lg-none\">\r\n<div class=\"offer-badge\">\r\n<p class=\"offer-badge1\">*!1#'15I</p>\r\n\r\n<p class=\"offer-badge2\">1 5 A! 1 5</p>\r\n</div>\r\n\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Club Nouvo CEO</h3>\r\n\r\n<p class=\"card-desc\">%1*3+#1 CEO C+!H5H3%1I-2#8#45H#-L#0-7I2@7H- 2%1)LA%02#38#4-"H2!7--2
5C#225H1I-DI</p>\r\n<img alt=\"CEO\" src=\"../assets/image/dyo/business1.png\" />\r\n<ul>\r\n	<li><b>#5!</b> #42#0@5"#4)181I-</li>\r\n	<li><b>#5!</b> #42#@#5"!@-*2##01*1!</li>\r\n	<li>#42##1-*H+!2"</li>\r\n	<li>@-#LB# 02 #I-!#0-#1A-1B!14A%0#0B-*2" Smart IVR</li>\r\n	<li><b>*H'%@	20*!2
4</b> *3+#1+I-#0
8! A%0 Co-working Space</li>\r\n	<li><b>*44L@I26 OVO CRM</b> #85@-#L</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">13,910 2 2 / 5<span>*</span></p>\r\n\r\n<div class=\"card-actions\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">@I2#H'!1@#2</a> <a class=\"btn-link-more\" href=\"club-nouvo-ceo\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row  services-desktop-card d-none d-lg-inline-flex px-lg-1\">\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-dark \">\r\n<div class=\"offer-badge\">\r\n<p class=\"offer-badge1\">*!1#'15I</p>\r\n\r\n<p class=\"offer-badge2\">1 5 A! 1 5</p>\r\n</div>\r\n<img alt=\"CEO\" src=\"../assets/image/dyo/business1.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Club Nouvo CEO</h3>\r\n\r\n<p class=\"card-desc\">%1*3+#1 CEO C+!H5H3%1I-2#8#45H#-L#0-7I2@7H- 2%1)LA%02#38#4-"H2!7--2
5C#225H1I-DI</p>\r\n\r\n<ul>\r\n	<li><b>#5!</b> #42#0@5"#4)181I-</li>\r\n	<li><b>#5!</b> #42#@#5"!@-*2##01*1!</li>\r\n	<li>#42##1-*H+!2"</li>\r\n	<li>@-#LB# 02 #I-!#0-#1A-1B!14A%0#0B-*2" Smart IVR</li>\r\n	<li><b>*H'%@	20*!2
4</b> *3+#1+I-#0
8! A%0 Co-working Space</li>\r\n	<li><b>*44L@I26 OVO CRM</b> #85@-#L</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">13,910 2 2 / 5<span>*</span></p>\r\n\r\n<div class=\"card-actions\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">@I2#H'!1@#2</a> <a class=\"btn-link-more\" href=\"club-nouvo-ceo\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Office\" src=\"../assets/image/dyo/business2.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">*312*H'1'</h3>\r\n\r\n<p class=\"card-desc\">*3125H!2#I-!@#7H--3'"'2!*0'@5""94@5"'- Nouvo Spaces 5H!--4*#0A%0'2!%H-1'A 24/7</p>\r\n\r\n<ul>\r\n	<li>*312#I-!C
I25H@I2DI 24/7</li>\r\n	<li>-4@-#L@G'2!@#G'*9</li>\r\n	<li>Pantry *H'1'A%0#42#A!HI2</li>\r\n	<li>#42##1-*H+!2"</li>\r\n	<li>@-#LB# 02 A%0#42##1-B-*2"</li>\r\n	<li>#42#+I-#0
8!A%0%G-5I</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">&nbsp;</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">#1C@*-#22</a> <a class=\"btn-link-more\" href=\"serviced-office\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Meeting\" src=\"../assets/image/dyo/business3.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">+I-#0
8!</h3>\r\n\r\n<p class=\"card-desc\">+I-#0
8!21IAH@%G6C+
H5H#-#1DI8'18#0*L#I-!-8#L5H1*!1"A%0-4@-#L@G'2!@#G'*9</p>\r\n\r\n<ul>\r\n	<li>+I-#0
8!2@%G (2-4 ) %2 (6-8 ) A%0C+
H (10-20 )</li>\r\n	<li>-8#L2##0
8!A%0-4@-#L@G</li>\r\n	<li>#42#
2A%02A</li>\r\n	<li>!5C+I@%7- 2 *221I5H Nouvo Spaces (#0#2! 4) A%0 OfficeFirst (*2#)</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">@#4H!I 700 2 / 
1H'B!</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">--5I</a> <a class=\"btn-link-more\" href=\"meeting-rooms\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business4.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">Co-working Space</h3>\r\n\r\n<p class=\"card-desc\">7I5H32@4B%HAH1* 2A'%I-!#H'!1 86*2!2#3@48#4#I-!*#I2B-2*I+2@#7-H2"29IC+!HF</p>\r\n\r\n<ul>\r\n	<li>BJ032A+!8@'5" (Hot Desk) #I-!9I@G@-*2#</li>\r\n	<li>-4@-#L@G'2!@#G'*9</li>\r\n	<li>!5C+I@%7- 2 *221I5H Nouvo Spaces (#0#2! 4) A%0 OfficeFirst (*2#)</li>\r\n	<li>!51IA#2"'1 #2"@7- A%0#2"5</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">@5" 500 2 / '1</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"co-working-space\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business5.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">5H-"9H*3+#1<br />\r\n0@5"#4)1</h3>\r\n\r\n<p class=\"card-desc\">@*#4! 2%1)L1*!1"A%0!1HC+I-L#I'"2#11I8#45H Nouvo Spaces #0#2! 4 7I5H@(#)4*31
 CBD A+HC+!H-#8@!+2#</p>\r\n\r\n<ul>\r\n	<li>5H-"9H*3+#111I#4)1</li>\r\n	<li>#42##1-*H+!2"</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">1,200 2 / @7-</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"business-address\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business6.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">9I+!2"A%05H-"9H<br>*3+#1+!2"8#4</h3>\r\n\r\n<p class=\"card-desc\">D!H'H20I-2#C
I5H-"9H-@#2@7H-'2!*0'C2##1+!2"+#7-#1)2'2!@G*H'1' @#2G#I-!9A%C+I+!</p>\r\n\r\n<ul>\r\n	<li>5H-"9H*3+#1#1+!2"</li>\r\n	<li>9I+!2"2!2#2</li>\r\n	<li>AI@7-2@#2@!7H-+!2"!26</li>\r\n	<li>#42#-7HF (-2!5H2C
IH2"@4H!@4!2#2"2#)</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">1,100 2 / @7-</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"mail-handling-service\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business7.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">#0-#1<br />\r\nB#(1L-1B!14</h3>\r\n\r\n<p class=\"card-desc\">#42##0B#(1L*81*!1"5H@48-4*#0A+H2#@
7H-!H-A%0C+I'2!*31
@#7H--'2!@G*H'1'C+I8C#22*2"#0@K2</p>\r\n\r\n<ul>\r\n	<li>VOIP 5HC+I@-#LB# 02 D18DI85H</li>\r\n	<li>#0-#1-1B!145H0#1*2"A</li>\r\n	<li>#0B-*2"I'" Smart IVR (C+I*44LC
I15 5 users)</li>\r\n	<li>Voice Mailbox @GI-!9%@!7H-D!H'H2#1</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">500 2 / @7-</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"auto-attendant-system\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-3 px-2 mb-3\">\r\n<div class=\"card card-white\"><img alt=\"Coworking\" src=\"../assets/image/dyo/business8.png\" />\r\n<div class=\"card-body\">\r\n<h3 class=\"card-title\">#42##1<br />\r\n0@5"#4)1</h3>\r\n\r\n<p class=\"card-desc\">C+I#42#0@5"#4)1B"5!2!7--2
55H@
5H"'
2
 86D!H3@GI-381I-I'"1'@-A%0C
I@'%2D18#4DI-"H2@G!5H</p>\r\n\r\n<ul>\r\n	<li>9A%C+I1IAH1I--
7H-#4)111I#4)1A%I'@*#G</li>\r\n	<li>3@42#@*#GDI 2"C 3 '132#</li>\r\n</ul>\r\n\r\n<p class=\"card-thb\">@#4H!I 4,200 2</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"company-registration-service\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-lg-none \">\r\n<div class=\"terms\">\r\n<div class=\"d-block d-lg-none\"><span>*</span> #225I#'! 2)5!9%H2@4H! 7% A%0H2!133' 1,070 2A%I' (80DI#1H2!133' 1,070 2715@!7H--"9H#*1

2)</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card active\" id=\"serviced-office\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'serviced-office\')\">\r\n<h3 class=\"card-title\">*312*H'1'</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">*3125H!2#I-!@#7H--3'"'2!*0'@5""94@5"'- Nouvo Spaces 5H!--4*#0A%0'2!%H-1'A 24/7</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Office\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business2.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>*312#I-!C
I25H@I2DI 24/7</li>\r\n	<li>-4@-#L@G'2!@#G'*9</li>\r\n	<li>Pantry *H'1'A%0#42#A!HI2</li>\r\n	<li>#42##1-*H+!2"</li>\r\n	<li>@-#LB# 02 A%0#42##1-B-*2"</li>\r\n	<li>#42#+I-#0
8!A%0%G-5I</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">&nbsp;</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">#1C@*-#22</a> <a class=\"btn-link-more\" href=\"serviced-office\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"meeting-rooms\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'meeting-rooms\')\">\r\n<h3 class=\"card-title\">+I-#0
8!</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">+I-#0
8!21IAH@%G6C+
H5H#-#1DI8'18#0*L#I-!-8#L5H1*!1"A%0-4@-#L@G'2!@#G'*9</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Meeting\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business3.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>+I-#0
8!2@%G (2-4 ) %2 (6-8 ) A%0C+
H (10-20 )</li>\r\n	<li>-8#L2##0
8!A%0-4@-#L@G</li>\r\n	<li>#42#
2A%02A</li>\r\n	<li>!5C+I@%7- 2 *221I5H Nouvo Spaces (#0#2! 4) A%0 OfficeFirst (*2#)</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">@#4H!I 700 2 / 
1H'B!</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">--5I</a> <a class=\"btn-link-more\" href=\"meeting-rooms\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"coworking-space\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'coworking-space\')\">\r\n<h3 class=\"card-title\">Co-working Space</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">7I5H32@4B%HAH1* 2A'%I-!#H'!1 86*2!2#3@48#4#I-!*#I2B-2*I+2@#7-H2"29IC+!HF</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Coworking\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business4.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>BJ032A+!8@'5" (Hot Desk) #I-!9I@G@-*2#</li>\r\n	<li>-4@-#L@G'2!@#G'*9</li>\r\n	<li>!5C+I@%7- 2 *221I5H Nouvo Spaces (#0#2! 4) A%0 OfficeFirst (*2#)</li>\r\n	<li>!51IA#2"'1 #2"@7- A%0#2"5</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">@5" 500 2 / '1</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"co-working-space\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"business-address\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'business-address\')\">\r\n<h3 class=\"card-title\">5H-"9H*3+#1<br />\r\n0@5"#4)1</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">@*#4! 2%1)L1*!1"A%0!1HC+I-L#I'"2#11I8#45H Nouvo Spaces #0#2! 4 7I5H@(#)4*31
 CBD A+HC+!H-#8@!+2#</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Address\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business5.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>5H-"9H*3+#111I#4)1</li>\r\n	<li>#42##1-*H+!2"</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">1,200 THB / month</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"business-address\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"mail-handling\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'mail-handling\')\">\r\n<h3 class=\"card-title\">9I+!2"A%05H-"9H<br />*3+#1+!2"8#4</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">D!H'H20I-2#C
I5H-"9H-@#2@7H-'2!*0'C2##1+!2"+#7-#1)2'2!@G*H'1' @#2G#I-!9A%C+I+!</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Mail\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business6.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>5H-"9H*3+#1#1+!2"</li>\r\n	<li>9I+!2"2!2#2</li>\r\n	<li>AI@7-2@#2@!7H-+!2"!26</li>\r\n	<li>#42#-7HF (-2!5H2C
IH2"@4H!@4!2#2"2#)</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">1,100 2 / @7-</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"mail-handling-service\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"auto-attendant\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'auto-attendant\')\">\r\n<h3 class=\"card-title\">#0-#1<br />\r\nB#(1L-1B!14</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">#42##0B#(1L*81*!1"5H@48-4*#0A+H2#@
7H-!H-A%0C+I'2!*31
@#7H--'2!@G*H'1'C+I8C#22*2"#0@K2</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Phone\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business7.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>VOIP 5HC+I@-#LB# 02 D18DI85H</li>\r\n	<li>#0-#1-1B!145H0#1*2"A</li>\r\n	<li>#0B-*2"I'" Smart IVR (C+I*44LC
I15 5 users)</li>\r\n	<li>Voice Mailbox @GI-!9%@!7H-D!H'H2#1</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">500 2 / @7-</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"auto-attendant-system\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-card\" id=\"registration-service\">\r\n<div class=\"dyo-header-top\" onclick=\"handleDyoAccordion(\'registration-service\')\">\r\n<h3 class=\"card-title\">#42##1<br />\r\n0@5"#4)1</h3>\r\n<button class=\"dyo-toggle-btn\"><img alt=\"open\" class=\"icon-plus\" src=\"../assets/image/icon/Icon  Plus.png\" /> <img alt=\"close\" class=\"icon-minus\" src=\"../assets/image/icon/Icon  Minus.png\" /></button></div>\r\n\r\n<p class=\"card-desc\">C+I#42#0@5"#4)1B"5!2!7--2
55H@
5H"'
2
 86D!H3@GI-381I-I'"1'@-A%0C
I@'%2D18#4DI-"H2@G!5H</p>\r\n\r\n<div class=\"dyo-acc-hidden\">\r\n<div class=\"dyo-content-padding\"><img alt=\"Registration\" class=\"dyo-img-fluid\" src=\"../assets/image/dyo/business8.png\" />\r\n<ul class=\"dyo-points-list\">\r\n	<li>9A%C+I1IAH1I--
7H-#4)111I#4)1A%I'@*#G</li>\r\n	<li>3@42#@*#GDI 2"C 3 '132#</li>\r\n</ul>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc-footer\">\r\n<p class=\"card-thb\">@#4H!I 4,200 2</p>\r\n\r\n<div class=\"card-btn-group\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"company-registration-service\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"dyo-acc_blue_line\">&nbsp;</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"software-showcase\">\r\n<div class=\"showcase-header\">\r\n<h2 class=\"showcase-title\">-LA'#L*1*88#4</h2>\r\n</div>\r\n\r\n<div class=\"software-card card-dark  d-none d-lg-flex\">\r\n<div class=\"software-img\"><img alt=\"CRM\" class=\"d-none d-lg-block\" src=\"../assets/image/dyo/business9.png\" /> <img alt=\"CRM\" class=\"d-block d-lg-none\" src=\"../assets/image/dyo/business9-phone.png\" /></div>\r\n\r\n<div class=\"software-info\">\r\n<h3 class=\"info-title\">-LA'#L OVO CRM</h3>\r\n\r\n<p class=\"info-text\">#04142#5H*22#32- CRM A%01
55H0@*#4!#0*44 2A%0%11'2!*3@#G28#4-8D'IC5H@5"'</p>\r\n\r\n<ul>\r\n	<li>@I2685@-#L- OVO CRM -"H2@G!#9A</li>\r\n	<li>#-#19IC
I2DI*9*86 3  / #4)1</li>\r\n</ul>\r\n\r\n<div class=\"info-btns\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"software-card card-dark d-block d-lg-none\">\r\n<div class=\"software-info\">\r\n<h3 class=\"info-title\">-LA'#L OVO CRM</h3>\r\n\r\n<p class=\"info-text\">#04142#5H*22#32- CRM A%01
55H0@*#4!#0*44 2A%0%11'2!*3@#G28#4-8D'IC5H@5"'</p>\r\n\r\n<div class=\"software-img\"><img alt=\"CRM\" class=\"d-none d-lg-block\" src=\"../assets/image/dyo/business9.png\" /> <img alt=\"CRM\" class=\"d-block d-lg-none\" src=\"../assets/image/dyo/business9-phone.png\" /></div>\r\n\r\n<ul>\r\n	<li>@I2685@-#L- OVO CRM -"H2@G!#9A</li>\r\n	<li>#-#19IC
I2DI*9*86 3  / #4)1</li>\r\n</ul>\r\n\r\n<div class=\"info-btns\"><a class=\"btn-yellow\" href=\"#were_here_to_help\">7I--5I</a> <a class=\"btn-link-more\" href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"terms\">\r\n<div class=\"d-none d-lg-flex\">\r\n<p>@7H-D</p>\r\n<span>*</span> #225I#'! 2)5!9%H2@4H! 7% A%0H2!133' 1,070 2A%I' (80DI#1H2!133' 1,070 2715@!7H--"9H#*1

2)</div>\r\n\r\n<ul class=\"termst\">\r\n	<li>#221%H2'"1D!H#'! 2)5!9%H2@4H! 7%</li>\r\n	<li>-2!52#@GH2#42#C#55HI-2#C
I#42#A%02#*1*8@4H!@4!2#2"2# <a download=\"\" href=\"../assets/image/dyo/Additional-Cost-NS.pdf\">(2'LB+%#2"%0@-5")</a></li>\r\n</ul>\r\n</div>\r\n</section>\r\n', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 9, 'design-your-own-business-dyo', 0, 1, '2025-07-26 05:57:23', 1, '2026-03-27 09:28:58');
INSERT INTO `tbl_products` (`id`, `title_en`, `title_th`, `short_description_en`, `short_description_th`, `product_banner`, `product_image`, `product_mobile_image`, `section_one_en`, `section_one_th`, `section_two_en`, `section_two_th`, `section_three_en`, `section_three_th`, `section_four_en`, `section_four_th`, `section_five_en`, `section_five_th`, `section_six_en`, `section_six_th`, `section_seven_en`, `section_seven_th`, `section_eight_en`, `section_eight_th`, `section_nine_en`, `section_nine_th`, `product_order`, `slug_url`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'Serviced Office', '*312*H'1'', ' Start working right away in a fully equipped,<br> hassle-free office space for you and your team.', 'C+I8A%05!12@#4H!32DI15C*3125H!5'2!#1H#I-!A%0*0'C8I2', 'P8avlD99.png', 'XqtbzPZp.png', 'A80C58a1.png', '<section class=\"feature-box-section section-padding-top     mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img class=\"icon\" src=\"../assets/image/icon/Benefit1-Icon24-7.svg\" />\r\n<p><b>Private Office with<br />\r\n24/7</b> Flexibility</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img class=\"icon\" src=\"../assets/image/icon/benefit2-icon-home-safety.svg\" />\r\n<p>Secured with <b>Dual-Layer Protection</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img class=\"icon \" src=\"../assets/image/icon/benefit3-icon-mail.svg\" /> <img class=\"icon ms-2\" src=\"../assets/image/serviced-office/mailphone2.png\" />\r\n<p><b>Mail Handling</b> and<br />\r\n<b>TH/EN Call</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img class=\"icon\" src=\"../assets/image/icon/benefit4-icon-meeting-room.svg\" />\r\n<p>All-Purpose <b>Lobby</b><br />\r\nand<b> Meeting Rooms</b></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"feature-box-section section-padding-top mt-lg-5\">\r\n<div class=\"container px-3 px-lg-5\">\r\n<div class=\"row g-3 g-md-4 justify-content-center\">\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box \"><img class=\"icon\" src=\"../assets/image/icon/Benefit1-Icon24-7.svg\" />\r\n<p><b>*312*H'1'<br />\r\nA 24/7</b> *8%H-1'</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6  \">\r\n<div class=\"feature-box\"><img class=\"icon\" src=\"../assets/image/icon/benefit2-icon-home-safety.svg\" />\r\n<p>9A%'2!%- 1"I'"<b>#0I-1 2 
1I</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img class=\"icon \" src=\"../assets/image/icon/benefit3-icon-mail.svg\" /> <img class=\"icon ms-2\" src=\"../assets/image/serviced-office/mailphone2.png\" />\r\n<p><b>9A%+!2"</b>A%0<br />\r\n<b>#1B#(1L TH/EN</b></p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-6 col-lg-3 col-md-6 \">\r\n<div class=\"feature-box\"><img class=\"icon\" src=\"../assets/image/icon/benefit4-icon-meeting-room.svg\" />\r\n<p><b>%G-5IA%0+I-#0
8!</b> @7H-#-#18B-2*</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"make_Business_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 col-xl-7 mb-4 mb-lg-0 \">\r\n<div class=\"collage \"><img alt=\"make business image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/serviced-office/make_business.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 col-xl-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">Make Business Easy with <span class=\"highlight\">Private 24/7 Office</span> Space</h3>\r\n\r\n<p class=\"desc\">Our exclusive private office is modern and stylish &mdash; built for full business flexibility.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/Home-Office.svg\" /></span>\r\n\r\n<div>\r\n<p>24/7 private office with full amenities.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/Icon_Address.svg\" /></span>\r\n\r\n<div>\r\n<p>A strategic business and VAT address in one of Bangkok&rsquo;s leading economic zones.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"wi-fi icon image\" src=\"../assets/image/icon/wifiblue.png\" /></small>\r\n\r\n<div>\r\n<p>High-speed internet for smooth work.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"Housekeeping icon image\" src=\"../assets/image/icon/Housekeeping.svg\" /></span>\r\n\r\n<div>\r\n<p>Professional cleaning service to keep your workspace neat and distraction-free.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"Group icon image\" src=\"../assets/image/icon/Group.svg\" /></span>\r\n\r\n<div>\r\n<p>Private pantry with essential equipment.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"make_Business_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 col-xl-7 mb-4 mb-lg-0 \">\r\n<div class=\"collage \"><img alt=\"make business image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/serviced-office/make_business.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 col-xl-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">3@48#4-"H2*2"CI'"*312<span class=\"highlight\">*H'1'A%0 24/7</span></h3>\r\n\r\n<p class=\"desc\">*312*H'1'@5""94@5"'-@#25H1I*'"2!A%01*!1" #I-!!-'2!%H-1'C2#3@48#4</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/Home-Office.svg\" /></span>\r\n\r\n<div>\r\n<p>*312 24/7 #I-!*4H-3'"'2!*0'</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/Icon_Address.svg\" /></span>\r\n\r\n<div>\r\n<p>5H-"9H*3+#111I#4)1A%0 2)5!9%H2@4H!C7I5H@(#)4-#8@!+2#</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"wi-fi icon image\" src=\"../assets/image/icon/wifiblue.png\" /></small>\r\n\r\n<div>\r\n<p>-4@-#L@G'2!@#G'*9C+I832DID!H!5*08</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"Housekeeping icon image\" src=\"../assets/image/icon/Housekeeping.svg\" /></span>\r\n\r\n<div>\r\n<p>#42#A!HI25H0-"9A%'2!*0-2C+I8'1 86DI32C*3125H@#5"#I-" *2"2</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"Group icon image\" src=\"../assets/image/icon/Group.svg\" /></span>\r\n\r\n<div>\r\n<p>Pantry *H'1'#I-!-8#L7I2</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"feel_at_ease_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-0 ps-md-5 order-2 order-lg-1\">\r\n<div class=\"ps-lg-4 ms-lg-5 pe-xl-5\">\r\n<h3 class=\"title\">Feel at Ease with Our Dual <span class=\"highlight\">2-Layer Security</span> System</h3>\r\n\r\n<p class=\"desc \">Feel secure with our 2-layer security system &mdash; protecting the building and your office for peace of mind.</p>\r\n\r\n<div class=\"mt-3 \">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/homeblue.svg\" /></small>\r\n\r\n<div>\r\n<p>2-layer security access: main building entrance and private office zone.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex ps-5 align-items-center feature-item\"><small class=\"ms-lg-4 me-3 rounded \"><img alt=\"office icon image\" src=\"../assets/image/icon/face-scanblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Face Scan System</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex ps-5 align-items-center feature-item\"><small class=\"ms-lg-4 me-3 rounded\"><img alt=\"office icon image\" src=\"../assets/image/icon/fingerscanblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Fingerprint Scan System</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/Wall-Mount-Camera.svg\" /></span>\r\n\r\n<div>\r\n<p>24/7 CCTV across the building.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-lg-4 mb-lg-0  order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"make business image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/serviced-office/Rectangle490-feel.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"feel_at_ease_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-0 ps-md-5 order-2 order-lg-1\">\r\n<div class=\"ps-lg-4 ms-lg-5 pe-xl-5\">\r\n<h3 class=\"title\">C+I8C@2DII'"#0#1)2'2! <span class=\"highlight\">%- 1" 2 
1I</span></h3>\r\n\r\n<p class=\"desc \">C+I8-8HCI'"#0#1)2'2!%- 1"6 2 
1I A%0%I-'#41H'1I-22#5HC+I'2!%- 1"A%0'2!!1HC*9*8</p>\r\n\r\n<div class=\"mt-3 \">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/homeblue.svg\" /></small>\r\n\r\n<div>\r\n<p>#0#1)2'2!%- 1" 2 
1I: 2@I2-22# Nouvo Spaces A%02@I2*312*H'1'</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex ps-5 align-items-center feature-item\"><small class=\"ms-lg-4 me-3 rounded \"><img alt=\"office icon image\" src=\"../assets/image/icon/face-scanblue.svg\" /></small>\r\n\r\n<div>\r\n<p>#0*A+I2 (Face Scan)</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex ps-5 align-items-center feature-item\"><small class=\"ms-lg-4 me-3 rounded\"><img alt=\"office icon image\" src=\"../assets/image/icon/fingerscanblue.svg\" /></small>\r\n\r\n<div>\r\n<p>#0*A%2"4I'!7- (Finger Scan)</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/Wall-Mount-Camera.svg\" /></span>\r\n\r\n<div>\r\n<p>#0%I-'#4 (CCTV) 1H'-22#</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-lg-4 mb-lg-0  order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"make business image\" class=\"card-img-1 img-fluid\" src=\"../assets/image/serviced-office/Rectangle490-feel.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"Whether_Its_Answering section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-12 col-lg-7 mb-3 mb-lg-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"make business image\" class=\"ps-lg-5 card-img-1  img-fluid ms-lg-5\" src=\"../assets/image/serviced-office/Rectangle509-whether.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-12 col-lg-5  pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">Whether It&rsquo;s <span class=\"highlight\">Answering </span><span class=\"highlight\">Calls or Handling Mail</span>&mdash; We&rsquo;ve Got You Covered</h3>\r\n\r\n<p class=\"desc\">Gain a professional image without the worry of missing business calls or documents. Our team handles it all with care and professionalism.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/phone-iconblu1.svg\" /></small>\r\n\r\n<div>\r\n<p>Dedicated business number (02) with bilingual call answering in TH and EN.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/whether_Envelope.svg\" /></span>\r\n\r\n<div>\r\n<p>Mail handling with real-time notifications when your documents arrive.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><a href=\"mail-handling-service\">Mail Handling Service &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"Whether_Its_Answering section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-12 col-lg-7 mb-3 mb-lg-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"make business image\" class=\"ps-lg-5 card-img-1  img-fluid ms-lg-5\" src=\"../assets/image/serviced-office/Rectangle509-whether.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-12 col-lg-5  pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\">D!H'H202# <span class=\"highlight\">#1*2"B#(1L</span>+#7- <span class=\"highlight\">#1-9A%+!2"</span> *31
 @#29A%C+I+!</h3>\r\n\r\n<p class=\"desc\">DI 2%1)L!7--2
5A%0D!HI-%1'%2#1B#(1L*2"*31
+#7-1'%'H2@-*2#0*9
+2" @#20@#2#I-!#1*2"AA%09A%+!2"-8-"H2!7--2
5</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"office icon image\" src=\"../assets/image/icon/phone-iconblu1.svg\" /></small>\r\n\r\n<div>\r\n<p>@-#LB#(1L8#4 02 A%0#42##1-B-*2"B#(1L 2  2)21ID"A%0-1$)</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"office icon image\" src=\"../assets/image/icon/whether_Envelope.svg\" /></span>\r\n\r\n<div>\r\n<p>#42##1-9A%+!2"5H0AIC+I#215@!7H-@-*2#-8!26</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><a href=\"mail-handling-service\">9I+!2"A%05H-"9H &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"support_your_business_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-md-0 ps-lg-5 order-2 order-lg-1 \">\r\n<div class=\"ps-md-4 ms-lg-5 pt-lg-3 pe-xl-5\">\r\n<h3 class=\"title\">Support Your Business via <span class=\"highlight\">Lobby &amp; Meeting Rooms</span></h3>\r\n\r\n<p class=\"desc \">Welcome clients or hold meetings &mdash; our lobbies and rooms are ready at <span>Nouvo Spaces</span> (Rama IV) and <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (Sathon).</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"chat icon image\" src=\"../assets/image/icon/Chat5.svg\" /></span>\r\n\r\n<div>\r\n<p>Stylish, professional lobby to create a confident first impression.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"meeting room icon image\" src=\"../assets/image/icon/allmeetingblue.svg\" /></small>\r\n\r\n<div>\r\n<p>Flexible meeting rooms in various sizes, fully equipped.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><a href=\"meeting-rooms\">Meeting Rooms &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-4 mb-lg-4 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"make business image\" class=\"card-img-1 img-fluid \" src=\"../assets/image/serviced-office/support-your.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"support_your_business_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-lg-6 pe-md-0 ps-lg-5 pe-xl-5 order-2 order-lg-1 \">\r\n<div class=\"ps-md-4 ms-lg-5 pt-lg-3\">\r\n<h3 class=\"title\">#42#7I5H*1*88#4I'"<br />\r\n<span class=\"highlight\">%G-5IA%0+I-#0
8!</span></h3>\r\n\r\n<p class=\"desc \">D!H'H20I-2##1#-9HI2A%0%9I2 +#7--"2*7H-*2#1 2"C#4)1 @#2!5%G-5IA%0+I-#0
8!C+I8@%7-C
I1I5H <span>Nouvo Spaces</span> (#0#2! 4) A%0 <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (*2#)</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"chat icon image\" src=\"../assets/image/icon/Chat5.svg\" /></span>\r\n\r\n<div>\r\n<p>%G-5I5H*'"2!A%0@G!7--2
5 C+I8*2!2##1#-A*31
DI-"H2!1HC</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"meeting room icon image\" src=\"../assets/image/icon/allmeetingblue.svg\" /></small>\r\n\r\n<div>\r\n<p>+I-#0
8!5H!5C+I@%7-C
I#42#+%2+%2"2#I-!-8#L1*!1"</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><a href=\"meeting-rooms\">+I-#0
8! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 mb-4 mb-lg-4 mb-lg-0 order-1 order-lg-2\">\r\n<div class=\"collage\"><img alt=\"make business image\" class=\"card-img-1 img-fluid \" src=\"../assets/image/serviced-office/support-your.png\" /></div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"seamless_commute_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-12 col-lg-7 mb-4 mb-lg-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"make business image\" class=\"card-img-1 img-fluid  ms-lg-5 ps-lg-5\" src=\"../assets/image/serviced-office/seamless_commute.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-12 col-lg-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\"><span class=\"highlight\">Seamless Commute: </span> Easy to Reach</h3>\r\n\r\n<p class=\"desc\">With a central location, commuting is easy &mdash; by car or transit. Nearby parking available.</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"car way icon image\" src=\"../assets/image/icon/2pathway.svg\" /></small>\r\n\r\n<div>\r\n<p>Close to 3 key expressways: Art Narong, Tha Ruea, and Bon Kai.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"train icon image\" src=\"../assets/image/icon/seamles-Subway.svg\" /></span>\r\n\r\n<div>\r\n<p>Close to BTS Ekkamai and Phra Khanong.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"home parking icon image\" src=\"../assets/image/icon/seamles-Carpark.svg\" /></span>\r\n\r\n<div>\r\n<p>24-hour secure parking available only 30 meters from the office.</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"seamless_commute_section section-padding-top\">\r\n<div class=\"container px-3 px-md-0\">\r\n<div class=\"row align-items-center\">\r\n<div class=\"col-12 col-lg-7 mb-4 mb-lg-4 mb-lg-0\">\r\n<div class=\"collage\"><img alt=\"make business image\" class=\"card-img-1 img-fluid  ms-lg-5 ps-lg-5\" src=\"../assets/image/serviced-office/seamless_commute.png\" /></div>\r\n</div>\r\n\r\n<div class=\"col-12 col-lg-5 pe-md-0 pe-xxl-5\">\r\n<div class=\"pe-lg-4\">\r\n<h3 class=\"title\"><span class=\"highlight\">@42*0'*2"</span>D!H'H20C
I#"L*H'1'+#7-*22#0</h3>\r\n\r\n<p class=\"desc\">I'"3@%5H1IC%2@!7-0@42I'"#"L*H'1'+#7-#*22#0G3DID!H"2 !57I5H-#"LC%IFD'I#42#</p>\r\n\r\n<div class=\"mt-3\">\r\n<div class=\"d-flex align-items-center feature-item\"><small><img alt=\"car way icon image\" src=\"../assets/image/icon/2pathway.svg\" /></small>\r\n\r\n<div>\r\n<p>C%I2H'*31
 3 8: -2#L H2@#7- A%0 H-DH</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"train icon image\" src=\"../assets/image/icon/seamles-Subway.svg\" /></span>\r\n\r\n<div>\r\n<p>C%I#DI2 BTS: *25@-!1"A%0#0B</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"d-flex align-items-center feature-item\"><span><img alt=\"home parking icon image\" src=\"../assets/image/icon/seamles-Carpark.svg\" /></span>\r\n\r\n<div>\r\n<p>7I5H-#%- 24 
1H'B!5H*0'A%0%- 1" @4DIC%IF@5" 30 @!#</p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\">\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">Why We Might Be Right for You</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">Nouvo Spaces &mdash; More than a Workspace</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\">\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1.png\" />\r\n<p class=\"info-title mt-4\">Prime Location in Bangkok&rsquo;s Central Business District (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What You&rsquo;re Paying</p>\r\n\r\n<p class=\"info-text mt-2\">No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">Supported Every Step by a Team with 19+ Years of Experience</p>\r\n\r\n<p class=\"info-text mt-2\">Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\">\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">Prime Location in<br />\r\nBangkok&rsquo;s Central<br />\r\nBusiness District (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1.png\" /> Establish a strong, professional image for your business with a Rama IV address in Bangkok&rsquo;s powerful Central Business District (CBD).</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">Transparent Pricing, No Hidden Fees &mdash; Know Exactly What<br />\r\nYou&rsquo;re Paying <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> No hidden fees &mdash; clear, honest pricing. Our billing system lets you track usage and expenses easily, so you&rsquo;re always in control.</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">Supported Every Step by a<br />\r\nTeam with 19+ Years of<br />\r\nExperience <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> Our experienced team supports you every step &mdash; with responsive service and genuine care throughout your journey.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"why_we_might_be_right_section section-margin-top pt-lg-5 pb-3 pb-md-5\">\r\n<div class=\"container px-3 px-md-3 px-xxl-3\"><!-- Section Title -->\r\n<div class=\"row mt-4 mx-xxl-2\">\r\n<div class=\"col-lg-12\">\r\n<p class=\"section-title\">3D!86'#@%7-@#2</p>\r\n</div>\r\n\r\n<div class=\"col-lg-12 mt-3 d-lg-flex justify-content-between position-relative\">\r\n<div class=\"text-left mb-md-5\">\r\n<h4 class=\"main-heading\">@#20@#27- Nouvo Spaces 5H@G!2'H2AH7I5H</h4>\r\n</div>\r\n\r\n<div class=\"why_we_right_image text-end \"><span><img alt=\"line\" class=\"line_image\" src=\"../assets/image/icon/why-chus-line.svg\" /></span> <span><img class=\"ms-4\" src=\"../assets/image/icon/why-we-right-1.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-2.svg\" /></span> <span><img class=\"ms-2\" src=\"../assets/image/icon/why-we-right-3.svg\" /></span></div>\r\n</div>\r\n</div>\r\n<!-- DESKTOP VIEW (3 Columns) -->\r\n\r\n<div class=\"row g-4 mx-xxl-2 mb-4 d-none d-md-flex\"><!-- 1 -->\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" />\r\n<p class=\"info-title mt-4\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD)</p>\r\n\r\n<p class=\"info-text mt-2\">@*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</p>\r\n</div>\r\n</div>\r\n<!-- 2 -->\r\n\r\n<div class=\"col-lg-4 col-md-6\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_2.png\" />\r\n<p class=\"info-title mt-4\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A</p>\r\n\r\n<p class=\"info-text mt-2\">AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</p>\r\n</div>\r\n</div>\r\n<!-- 3 -->\r\n\r\n<div class=\"col-lg-4 col-md-6 mx-auto\">\r\n<div class=\"info-box\"><img src=\"../assets/image/serviced-office/why_we_might_3.png\" />\r\n<p class=\"info-title mt-4\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5</p>\r\n\r\n<p class=\"info-text mt-2\">5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- MOBILE VIEW (Accordion) -->\r\n\r\n<div class=\"accordion d-md-none\" id=\"whyWeAccordion\"><!-- Accordion 1 -->\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc1\" data-bs-toggle=\"collapse\" id=\"whywe_button1\" type=\"button\">3@%5H1ID!H##!2C%2(9"L%28#4-#8@!+2# (CBD) <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse \" data-bs-parent=\"#whyWeAccordion\" id=\"acc1\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_1_thai.png\" /> @*#4!*#I2 2%1)L-L#AGA#HA%0!7--2
5C+I8#4-815I'"5H1I*312#0#2! 4 C7I5H#%12@(#)4-#8@!+2# (CBD)</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 2 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc2\" data-bs-toggle=\"collapse\" type=\"button\">4H2#42#-"H2
1@A%0#D#!2 +!1'%@#7H-H2C
IH2"A-A <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc2\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_2.png\" /> AH-'H20D!H1
+2H2C
IH2"A@#20@#24H2#42#-"H2#D#!2 !5#0A*I-!9%C
I#42#A%016H2C
IH2"5H#'*-DI C+I2#'8!#2"H2"@G@#7H-H2"</div>\r\n</div>\r\n</div>\r\n<!-- Accordion 3 -->\r\n\r\n<div class=\"accordion-item\">\r\n<h2 class=\"accordion-header\"><button class=\"accordion-button collapsed fw-bold\" data-bs-target=\"#acc3\" data-bs-toggle=\"collapse\" type=\"button\">C+I'2!9A%A%0C*HC88"H2I2'-8#4 B"5!25H!5#0*2#L'H2 19 5 <span class=\"acc-icon\">&nbsp;</span></button></h2>\r\n\r\n<div class=\"accordion-collapse collapse\" data-bs-parent=\"#whyWeAccordion\" id=\"acc3\">\r\n<div class=\"accordion-body\"><img class=\"w-100 rounded mb-3\" src=\"../assets/image/serviced-office/why_we_might_3.png\" /> 5!129I!2#0*2#L-@#2-#1+I25HC+I#42#A%0!-2#*1*8 -*--"H2'H-D' -"9A%C*HCC8!44%-@*I22#38#4-8</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '', '', '', '', 2, 'serviced-office', 0, 1, '2026-01-23 06:20:12', 1, '2026-03-30 11:47:55');
INSERT INTO `tbl_products` (`id`, `title_en`, `title_th`, `short_description_en`, `short_description_th`, `product_banner`, `product_image`, `product_mobile_image`, `section_one_en`, `section_one_th`, `section_two_en`, `section_two_th`, `section_three_en`, `section_three_th`, `section_four_en`, `section_four_th`, `section_five_en`, `section_five_th`, `section_six_en`, `section_six_th`, `section_seven_en`, `section_seven_th`, `section_eight_en`, `section_eight_th`, `section_nine_en`, `section_nine_th`, `product_order`, `slug_url`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(18, 'All of our products and services', '%4 1LA%0 #42#1I+! -@#2', '', '', '', '', '', '<section class=\"product_and_services_banner\">\r\n<div class=\"product_and_services_banner-container\">\r\n<div class=\"product_and_services_banner-header\">\r\n<h1 class=\"product_and_services_banner-main-title\">Be Part of an Inspiring Community</h1>\r\n\r\n<div class=\"product_and_services_banner-sub-header\"><img alt=\"smile\" class=\"product_and_services_banner-smile-img d-block d-md-none\" src=\"../assets/image/product_and_services/product_smile.png\" />\r\n<p class=\"product_and_services_banner-sub-title\">Complete, Advantageous, Fast-growing, and <b>Trusted by many clients.</b></p>\r\n<img alt=\"smile\" class=\"product_and_services_banner-smile-img d-none d-md-block\" src=\"../assets/image/product_and_services/product_smile.png\" /></div>\r\n</div>\r\n\r\n<div class=\"product_and_services_banner-content-box\" style=\"background-image:url(../assets/image/product_and_services/products_servces-banner.png) ;\">\r\n<div class=\"product_and_services_banner-left\">\r\n<h2 class=\"product_and_services_banner-club-title\">Club Nouvo <span class=\"product_and_services_banner-ceo-text\">CEO</span></h2>\r\n\r\n<div class=\"d-flex\"><img alt=\"Efficient Savvy Dynamic\" class=\"product_and_services_banner-tags-img\" src=\"../assets/image/product_and_services/efficient-imgsavvy.png\" />\r\n<p class=\"product_and_services_banner-medium-text\">Exclusive Club for new CEO,<br />\r\noffering smart tools for your business</p>\r\n</div>\r\n\r\n<p class=\"product_and_services_banner-desc-text\">A premium club that brings together key foundations<br />\r\nfor starting a business and supports your professional<br />\r\nimage &mdash; with exclusive member-only benefits.</p>\r\n\r\n<div class=\"d-block d-md-none\"><img alt=\"banner image\" class=\"phone-product-banner-img\" src=\"../assets/image/product_and_services/phone-product-banner.png\" /></div>\r\n\r\n<div class=\"product_and_services_banner-btn-group\"><a class=\"product_and_services_banner-btn-join\" href=\"design-your-own-business-dyo\">Join Us Now</a><a class=\"product_and_services_banner-btn-learn\" href=\"club-nouvo-ceo\">Learn More &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"product_and_services_banner-right\"><!-- <img src=\"../assets/image/product_and_services/products_servces-banner.png\" alt=\"CEO\" class=\"product_and_services_banner-main-img d-block d-md-none\"> -->\r\n<div class=\"product_and_services_banner-offer-box\">\r\n<h3 class=\"product_and_services_banner-offer-title d-none d-md-block\">Special Offer!</h3>\r\n\r\n<p class=\"product_and_services_banner-offer-desc d-none d-md-block\">Sign Up for 1 Year, Enjoy 1 More Year for <span class=\"product_and_services_banner-free-text\">FREE!</span></p>\r\n\r\n<p class=\"product_and_services_banner-offer-desc d-block d-md-none\">Buy 1 Year <b>Get 1</b> <span class=\"product_and_services_banner-free-text\">FREE!</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"product_and_services_banner\">\r\n<div class=\"product_and_services_banner-container\">\r\n<div class=\"product_and_services_banner-header\">\r\n<h1 class=\"product_and_services_banner-main-title\">!2#H'!@G*!2
4%15H*#I2A#12%C5H*8</h1>\r\n\r\n<div class=\"product_and_services_banner-sub-header\"><img alt=\"smile\" class=\"product_and_services_banner-smile-img d-block d-md-none\" src=\"../assets/image/product_and_services/product_smile.png\" />\r\n<p class=\"product_and_services_banner-sub-title\">#5H*8 *44#0B"
L55H*8 @4B@#G'5H*8 A%0<b>%9I2D'IC@%7-C
I!25H*8</b></p>\r\n<img alt=\"smile\" class=\"product_and_services_banner-smile-img d-none d-md-block\" src=\"../assets/image/product_and_services/product_smile.png\" /></div>\r\n</div>\r\n\r\n<div class=\"product_and_services_banner-content-box\" style=\"background-image:url(../assets/image/product_and_services/products_servces-banner.png) ;\">\r\n<div class=\"product_and_services_banner-left\">\r\n<h2 class=\"product_and_services_banner-club-title\">Club Nouvo <span class=\"product_and_services_banner-ceo-text\">CEO</span></h2>\r\n\r\n<div class=\"d-flex\"><img alt=\"Efficient Savvy Dynamic\" class=\"product_and_services_banner-tags-img\" src=\"../assets/image/product_and_services/efficient-imgsavvy.png\" />\r\n<p class=\"product_and_services_banner-medium-text\">Exclusive Club for new CEO,<br />\r\noffering smart tools for your business</p>\r\n</div>\r\n\r\n<p class=\"product_and_services_banner-desc-text\">%1*84@()5HDI#0@#5"!8-L#0-7I2*31
<br />\r\n*3+#12#@#4H!I8#4A%0*1*8'2!@G!7--2
5D'I5H@5"'<br class=\"d-none d-lg-block\" />\r\n#I-!*44#0B"
L@	20*!2
4@H21I</p>\r\n\r\n<div class=\"d-block d-md-none\"><img alt=\"banner image\" class=\"phone-product-banner-img\" src=\"../assets/image/product_and_services/phone-product-banner.png\" /></div>\r\n\r\n<div class=\"product_and_services_banner-btn-group\"><a class=\"product_and_services_banner-btn-join\" href=\"design-your-own-business-dyo\">@I2#H'!1@#2</a><a class=\"product_and_services_banner-btn-learn\" href=\"club-nouvo-ceo\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n\r\n<div class=\"product_and_services_banner-right\"><!-- <img src=\"../assets/image/product_and_services/products_servces-banner.png\" alt=\"CEO\" class=\"product_and_services_banner-main-img d-block d-md-none\"> -->\r\n<div class=\"product_and_services_banner-offer-box\">\r\n<h3 class=\"product_and_services_banner-offer-title d-none d-md-block\">B#B!
14@()!</h3>\r\n\r\n<p class=\"product_and_services_banner-offer-desc d-none d-md-block\">@I2#H'!*!2
4%1 1 5 A! 1 5 <span class=\"product_and_services_banner-free-text\">#5!</span></p>\r\n\r\n<p class=\"product_and_services_banner-offer-desc d-block d-md-none\">*!1#'15I <b>1 5A! 1 5</b> <span class=\"product_and_services_banner-free-text\">#5!</span></p>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<h2 class=\"allproduct_content_section_heading1\">Products and Services<span> Tailored for You</span></h2>\r\n\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\"><img alt=\"serviced office image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/service-img.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-4 ps-xxl-5\">\r\n<div class=\"allproduct_content_sub_section_right ps-lg-2\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">Serviced Office</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">The only private office unit at Nouvo Spaces<br />\r\noffering 24/7 access, modern office equipment and communication systems, a private pantry, meeting room services, and dual-layer security.</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">Get Quotation</a> <a class=\"productservices_banner-btn-learn\" href=\"serviced-office\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<h2 class=\"allproduct_content_section_heading1\">%4 1LA%0#42#*3+#18</h2>\r\n\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\"><img alt=\"serviced office image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/service-img.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-5 ps-xxl-3\">\r\n<div class=\"allproduct_content_sub_section_right ps-lg-2\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">*312*H'1'<br />\r\n(Serviced Office)</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">*312*H'1'@5""94@5"'- Nouvo Spaces 5H0!-'2!%H-1'A 24/7 (@I2C
IDI1I 7 '1%- 24 
1H'B!) #I-!-8#L*312A%0#0*7H-*2#1*!1" pantry *H'1' #42#+I-#0
8! A%0#0#1)2'2!%- 1"6 2 
1I</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">#1C@*-#22</a> <a class=\"productservices_banner-btn-learn\" href=\"serviced-office\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 ps-xxl-4 pe-xxl-5 order-2 order-lg-1\">\r\n<div class=\"allproduct_content_sub_section_right \">\r\n<h2 class=\"allproduct_content_section_sub_heading\">Meeting Room</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">We provide fully equipped meeting rooms in various sizes &mdash; small to large &mdash; at <span>Nouvo Spaces</span> (Rama IV) and <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (Sathon). No matter the meeting, you&rsquo;ll never have to worry about readiness or space.</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">Get Started</a> <a class=\"productservices_banner-btn-learn\" href=\"meeting-rooms\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 text-end order-1 order-lg-2\"><img alt=\"serviced office image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/meeting-img.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 ps-xxl-4 pe-xxl-5 order-2 order-lg-1\">\r\n<div class=\"allproduct_content_sub_section_right \">\r\n<h2 class=\"allproduct_content_section_sub_heading\">+I-#0
8!</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">@#2!5+I-#0
8!#I-!-8#L1IAH2@%G6C+
HD'IC+I#42#1I5H@G@-#L <span>Nouvo Spaces</span> (#0#2! 4) A%0 <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (*2#) D!H'H20@G2##0
8!#1ID+G+2"+H'@#7H-'2!#I-!A%0*25H</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">@#4H!I@%"</a> <a class=\"productservices_banner-btn-learn\" href=\"meeting-rooms\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 text-end order-1 order-lg-2\"><img alt=\"serviced office image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/meeting-img.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\"><img alt=\"serviced office image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/co-working-space-im.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-4 ps-xxl-5\">\r\n<div class=\"allproduct_content_sub_section_right ps-lg-2\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">Co-working Space</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">If you need just one seat to get things done, our co-working spaces at <span>Nouvo Spaces</span> (Rama IV) and <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (Sathon) offer high-speed internet and personal storage to support your workday.</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">Get Started</a> <a class=\"productservices_banner-btn-learn\" href=\"co-working-space\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\"><img alt=\"serviced office image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/co-working-space-im.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-4 ps-xxl-5\">\r\n<div class=\"allproduct_content_sub_section_right ps-lg-2\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">Co-working Space</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">+2I-2#5H1H@5"'@7H-32 @#2!5 Co-working Space 5H!2#I-!9I@G@-*2#A%0-4@-#L@G'2!@#G'*9*3+#181I5H@G@-#L <span>Nouvo Spaces</span> (#0#2! 4) A%0 <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> (*2#)</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">@#4H!I@%"</a> <a class=\"productservices_banner-btn-learn\" href=\"co-working-space\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 ps-xxl-4 pe-xxl-5 order-2 order-lg-1\">\r\n<div class=\"allproduct_content_sub_section_right\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">Business Address</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">If you want a professional company address or prefer not to use your home address, we offer a business address service with mail handling.</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">Get Started</a> <a class=\"productservices_banner-btn-learn\" href=\"business-address\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 text-end order-1 order-lg-2\"><img alt=\"businessaddress image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/businessaddress-img.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 ps-xxl-4 pe-xxl-5 order-2 order-lg-1\">\r\n<div class=\"allproduct_content_sub_section_right\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">5H-"9H*3+#10@5"#4)1</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">D!H'H280-"2!55H-"9H#4)15H*H@*#4! 2%1)L+#7-3%1#9I*6D!H*0'5H0C
I5H-"9H*H'1'@7H-11I#4)1 AH-'H2@#2!5#42#C+IC
I5H-"9H*3+#111I#4)1#I-!#42#9A%+!2"</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">@#4H!I@%"</a> <a class=\"productservices_banner-btn-learn\" href=\"business-address\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 text-end order-1 order-lg-2\"><img alt=\"businessaddress image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/businessaddress-img.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\"><img alt=\"mail-handling image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/mail-handling-img.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-4 ps-xxl-5\">\r\n<div class=\"allproduct_content_sub_section_right ps-lg-2\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">Mail Handling Service</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">Let us be your hub for important documents. Be notified when mail arrives &mdash; no more waiting or sharing your address.</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">Get Started</a> <a class=\"productservices_banner-btn-learn\" href=\"mail-handling-service\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\"><img alt=\"mail-handling image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/mail-handling-img.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-4 ps-xxl-5\">\r\n<div class=\"allproduct_content_sub_section_right ps-lg-2\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">9I+!2"A%05H-"9H</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">C+I@#2@G(9"L%2C2##'#'!+!2"A%0@-*2#5H*31
 80DI#1AI@7-2@#2@!7H-+!2"!26 D!HI--"#-#1 A%0+!'2!1'%@#7H-@4@"5H-"9H*H'1'@7H-#1-*H+!2"</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">@#4H!I@%"</a> <a class=\"productservices_banner-btn-learn\" href=\"mail-handling-service\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 ps-xxl-4 pe-xxl-5 order-2 order-lg-1\">\r\n<div class=\"allproduct_content_sub_section_right\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">Auto-Attendant System</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">Enhance your business image with a dedicated 02 number and seamless call transfers via IVR, making professional communication effortless.</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">Get Started</a> <a class=\"productservices_banner-btn-learn\" href=\"auto-attendant-system\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 text-end order-1 order-lg-2\"><img alt=\"businessaddress image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/Auto-Attendant-img.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 ps-xxl-4 pe-xxl-5 order-2 order-lg-1\">\r\n<div class=\"allproduct_content_sub_section_right\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">#0-#1B#(1L-1B!14</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">-3'"'2!*0'A%0C+I 2%1)L'2!@G-L#8#4C2#4H-28#4I'"@-#LB#(1L 02 #I-!#42#B-*2"H2#0 IVR 5H0C+I2#@
7H-!H-28#4-8@G@#7H-H2"</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">@#4H!I@%"</a> <a class=\"productservices_banner-btn-learn\" href=\"auto-attendant-system\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 text-end order-1 order-lg-2\"><img alt=\"businessaddress image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/Auto-Attendant-img.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\"><img alt=\"mail-handling image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/company-egistration-img.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-4 ps-xxl-5\">\r\n<div class=\"allproduct_content_sub_section_right ps-lg-2\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">Company Registration Service</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">You don&rsquo;t have to handle company registration<br />\r\nalone&mdash;free up time to focus on your business. Just answer a few questions and our team will take care of everything from start to finish.</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">Get Started</a> <a class=\"productservices_banner-btn-learn\" href=\"company-registration-service\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6\"><img alt=\"mail-handling image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/company-egistration-img.png\" /></div>\r\n\r\n<div class=\"col-lg-6 ps-xxl-5 pe-xxl-3\">\r\n<div class=\"allproduct_content_sub_section_right ps-lg-2\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">#42##10@5"#4)1</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">8D!H3@GI-12#2#11I#4)18-"H2I'"1'@-A%0!5@'%2C+I18#4-"H2@G!5H @5"-32!D!H5HI-A%0C+II-!9%@%GI-" 80DI#12#9A%-"H2C*HC25!-@#21IAH1I-A#0@5"#4)1A%I'@*#G</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">@#4H!I@%"</a> <a class=\"productservices_banner-btn-learn\" href=\"company-registration-service\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<h2 class=\"allproduct_content_section_heading2\">Built to Support Your Business</h2>\r\n\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 ps-xxl-4 pe-xxl-5 order-2 order-lg-1\">\r\n<div class=\"allproduct_content_sub_section_right\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">OVO CRM Software</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">Supporting your entire business operation &mdash; from the smallest details to the big picture &mdash; all in one place with smart CRM software, proprietary and owned by <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a>.</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">Get Started</a> <a class=\"productservices_banner-btn-learn\" href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">Learn More &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 order-1 order-lg-2 text-end\"><img alt=\"OVO CRM Software image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/ovo-crm-img.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', '<section class=\"allproduct_content_section\">\r\n<h2 class=\"allproduct_content_section_heading2\">*#I2!2@7H-*1*88#4</h2>\r\n\r\n<div class=\"allproduct_content_sub_section\">\r\n<div class=\"row\">\r\n<div class=\"col-lg-6 ps-xxl-4 pe-xxl-5 order-2 order-lg-1\">\r\n<div class=\"allproduct_content_sub_section_right\">\r\n<h2 class=\"allproduct_content_section_sub_heading\">-LA'#L OVO CRM</h2>\r\n\r\n<p class=\"allproduct_content_section_desc\">#-#18!442#3@48#4-81IAH#2"%0@-5"@%GF6 22C+
HC+I%7HD+% D#I#-"H-I'"-LA'#L OVO CRM -1	#4"05H <a href=\"http://www.officefirst.net/mainpage/home.php\" target=\"_blank\">OfficeFirst</a> 1IC12A%0--A!2@7H--B"L8#4B"@	20</p>\r\n\r\n<div class=\"productservices_banner-btn-group\"><a class=\"productservices_banner-btn-join\" href=\"design-your-own-business-dyo\">@#4H!I@%"</a> <a class=\"productservices_banner-btn-learn\" href=\"http://www.officefirst.net/mainpage/services-supports.php?page_id=112\" target=\"_blank\">@#5"#9I@4H!@4! &rarr;</a></div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-lg-6 order-1 order-lg-2 text-end\"><img alt=\"OVO CRM Software image\" class=\"allproduct_content_sub_image\" src=\"../assets/image/product_and_services/ovo-crm-img.png\" /></div>\r\n</div>\r\n</div>\r\n</section>\r\n', 0, 'all-of-our-products-and-services', 0, 0, '2026-01-23 09:24:17', 1, '2026-03-27 06:49:27');

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

--
-- Table structure for table `tbl_product_gallery`
--

CREATE TABLE `tbl_product_gallery` (
  `id` int(11) NOT NULL,
  `product_gallery` varchar(255) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` varchar(50) NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` varchar(50) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_product_gallery`
--

INSERT INTO `tbl_product_gallery` (`id`, `product_gallery`, `parent_id`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'sULRQCjH.jpg', 4, 0, 1, '2025-07-25 05:49:37', 0, ''),
(5, 'FeoA0TqQ.jpg', 9, 0, 1, '2025-07-25 12:59:56', 0, ''),
(6, 'JxTfh18Q.jpg', 9, 0, 1, '2025-07-25 12:59:56', 0, ''),
(7, 'pxE0RKy5.jpg', 9, 0, 1, '2025-07-25 12:59:56', 0, ''),
(59, 'aGvrdlCV.jpg', 64, 0, 1, '2025-08-23 06:22:19', 0, ''),
(9, 'BlHyWzcj.jpg', 10, 0, 1, '2025-07-25 13:09:24', 0, ''),
(10, 'IEfoj3YN.jpg', 10, 0, 1, '2025-07-25 13:09:24', 0, ''),
(11, 'hizLTujV.jpg', 10, 0, 1, '2025-07-25 13:09:24', 0, ''),
(12, 'ulmDPHVa.jpg', 14, 0, 1, '2025-07-25 17:01:57', 0, ''),
(14, 'dqMw5v7y.jpg', 14, 0, 1, '2025-07-25 17:01:57', 0, ''),
(15, 'lmWoOAKp.jpg', 14, 0, 1, '2025-07-25 17:01:57', 0, ''),
(62, 'u6i3jFrI.jpg', 15, 0, 1, '2025-09-08 06:39:04', 0, ''),
(18, 'vHx1mIPz.jpg', 15, 0, 1, '2025-07-25 17:03:49', 0, ''),
(19, '41wZn6lI.jpg', 17, 0, 1, '2025-07-26 04:44:23', 0, ''),
(20, 'tw2dAnOS.jpg', 17, 0, 1, '2025-07-26 04:44:23', 0, ''),
(21, 'bQgOdl2G.jpg', 22, 0, 1, '2025-07-26 04:52:52', 0, ''),
(22, '5EmJ9Z4K.jpg', 22, 0, 1, '2025-07-26 04:52:52', 0, ''),
(58, '0xRYzOys.jpg', 63, 0, 1, '2025-07-30 04:55:36', 0, ''),
(25, 'QksETl45.jpg', 22, 0, 1, '2025-07-26 04:52:52', 0, ''),
(26, 'zI4WKlYg.jpg', 25, 0, 1, '2025-07-26 05:22:21', 0, ''),
(27, 'mVK4ieNh.jpg', 25, 0, 1, '2025-07-26 05:22:21', 0, ''),
(28, 'pWEu7gUn.jpg', 29, 0, 1, '2025-07-26 05:30:14', 0, ''),
(29, 'jlbrv8wc.jpg', 29, 0, 1, '2025-07-26 05:30:14', 0, ''),
(30, 'QmViMRNa.jpg', 30, 0, 1, '2025-07-26 05:31:31', 0, ''),
(31, '5GE01ycm.jpg', 30, 0, 1, '2025-07-26 05:31:31', 0, ''),
(32, 'xI82vAnN.jpg', 31, 0, 1, '2025-07-26 05:32:11', 0, ''),
(33, 'DsSJOC3G.jpg', 31, 0, 1, '2025-07-26 05:32:11', 0, ''),
(34, '6VBwnMJb.jpg', 33, 0, 1, '2025-07-26 05:35:11', 0, ''),
(35, 'dCXKnEFR.jpg', 33, 0, 1, '2025-07-26 05:35:11', 0, ''),
(36, 'hoTfNJri.jpg', 35, 0, 1, '2025-07-26 05:37:07', 0, ''),
(37, '6YqkbxEj.jpg', 38, 0, 1, '2025-07-26 05:43:31', 0, ''),
(38, 'JuM5Qj3G.jpg', 38, 0, 1, '2025-07-26 05:43:31', 0, ''),
(57, 'N7dhx4KQ.jpg', 62, 0, 1, '2025-07-30 04:37:02', 0, ''),
(40, 'Ja58ZC61.jpg', 40, 0, 1, '2025-07-26 05:47:43', 0, ''),
(42, 'pkw18arg.jpg', 40, 0, 1, '2025-07-26 05:47:43', 0, ''),
(43, 'h8zU6vp7.jpg', 40, 0, 1, '2025-07-26 05:47:43', 0, ''),
(44, 'o60VtpcS.jpg', 50, 0, 1, '2025-07-27 05:36:37', 0, ''),
(45, '8Sw4BPbv.jpg', 52, 0, 1, '2025-07-27 05:42:09', 0, ''),
(46, 'pcqste12.jpg', 52, 0, 1, '2025-07-27 05:42:09', 0, ''),
(47, 'Z7Ef3DYO.jpg', 54, 0, 1, '2025-07-27 05:47:28', 0, ''),
(48, 'zITUZ7Rr.jpg', 54, 0, 1, '2025-07-27 05:47:28', 0, ''),
(49, 'xJWZmV9b.jpg', 56, 0, 1, '2025-07-27 05:49:50', 0, ''),
(50, 'xze10bhB.jpg', 57, 0, 1, '2025-07-27 05:50:41', 0, ''),
(51, 'Zeyi0GKz.jpg', 57, 0, 1, '2025-07-27 05:50:41', 0, ''),
(52, 'fqiNdWs9.jpg', 58, 0, 1, '2025-07-27 05:52:44', 0, ''),
(53, 'l5iJMDcA.jpg', 58, 0, 1, '2025-07-27 05:52:44', 0, '');

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

--
-- Table structure for table `tbl_projects`
--

CREATE TABLE `tbl_projects` (
  `id` int(11) NOT NULL,
  `main_title` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `count` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` varchar(1000) NOT NULL,
  `isDeleted` int(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_projects`
--

INSERT INTO `tbl_projects` (`id`, `main_title`, `image`, `count`, `title`, `description`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(33, '', '', '', '', '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/kb_Y1O-WVg4?si=b_pp5TJGv8aXW6U7\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 0, 1, '2025-05-29 12:02:32', 1, '2025-08-20 11:44:05'),
(34, '', '', '', '', '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/muT3xWyA6Yo?si=WbX821rlunwIduYq\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 0, 1, '2025-05-29 12:16:46', 1, '2025-08-20 11:45:05'),
(35, '', '', '', '', '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bl6No7y9uMA?si=u6oQJthYrmdvGcsV\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 0, 1, '2025-05-29 12:17:14', 1, '2025-05-29 12:27:11'),
(38, '', '', '', '', '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/YBwaN2LD7U4?si=nBXFFGolheLKuKsv\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>', 0, 1, '2025-05-29 12:30:07', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_project_gallery`
--

CREATE TABLE `tbl_project_gallery` (
  `id` int(11) NOT NULL,
  `project_id` int(11) NOT NULL,
  `project_images` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_project_gallery`
--

INSERT INTO `tbl_project_gallery` (`id`, `project_id`, `project_images`) VALUES
(1, 0, '1714996874_industry-banner.png'),
(2, 3, '1714997133_crop.png'),
(3, 5, '1714998477_industry-banner.png'),
(4, 3, '1714998477_crop.png'),
(5, 6, '1714998607_industry-banner.png'),
(6, 5, '1714998607_crop.png'),
(7, 9, '1715147892_industry-banner.png'),
(8, 7, '1715147892_crop.png'),
(9, 10, '1715148355_industry-banner.png'),
(10, 0, '1715151916_map.png'),
(11, 1, '1715152150_Balloons3.jpg'),
(12, 1, '1715152150_38-treatzza-pizza (1).jpg'),
(47, 11, '1715167832_Balloons3.jpg'),
(48, 11, '1715167832_38-treatzza-pizza (1).jpg'),
(15, 9, '1715152679_36-dq-cakes.jpg'),
(51, 12, '1715252419_industry-banner.png'),
(52, 12, '1715252419_crop.png');

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

--
-- Table structure for table `tbl_rc_book`
--

CREATE TABLE `tbl_rc_book` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `issue_date` date NOT NULL,
  `expire_date` date NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_rc_book`
--

INSERT INTO `tbl_rc_book` (`id`, `name`, `issue_date`, `expire_date`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'shekhar1', '2024-04-06', '2030-12-25', 0, 1, '2024-04-06 07:22:47', 1, '2024-04-06 07:29:02'),
(3, 'jeet', '2024-04-01', '2024-04-30', 0, 1, '2024-04-06 08:26:58', 1, '2024-04-06 08:29:15'),
(4, 'test', '2024-04-11', '2024-04-13', 0, 1, '2024-04-06 09:10:03', 0, '0000-00-00 00:00:00'),
(22, 'jeet231', '0000-00-00', '0000-00-00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(6, 'shekhar9543', '2024-04-05', '2024-04-19', 0, 1, '2024-04-06 09:11:04', 1, '2024-04-08 06:54:41'),
(7, 'gaurav00', '2024-04-01', '2024-04-27', 0, 1, '2024-04-06 09:11:17', 0, '0000-00-00 00:00:00'),
(8, 'dev88', '2024-04-17', '2024-04-27', 1, 1, '2024-04-06 09:11:32', 1, '2024-04-08 07:11:03'),
(9, 'jeet', '2024-04-03', '2024-04-27', 0, 1, '2024-04-06 09:11:44', 0, '0000-00-00 00:00:00'),
(10, 'test77', '2024-04-07', '2024-04-29', 0, 1, '2024-04-06 09:12:08', 0, '0000-00-00 00:00:00'),
(11, 'asd66', '2024-03-31', '2024-04-10', 1, 1, '2024-04-06 09:12:25', 1, '2024-04-08 05:12:13'),
(12, 'gaurav098', '2024-04-01', '2024-04-12', 1, 1, '2024-04-06 09:12:55', 1, '2024-04-08 05:11:50'),
(13, 'jeet01', '2024-04-01', '2024-05-08', 1, 1, '2024-04-08 05:13:04', 1, '2024-04-08 06:49:02'),
(23, 'sk654', '0000-00-00', '0000-00-00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(24, 'jeet231', '0000-00-00', '0000-00-00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(25, 'sk654', '0000-00-00', '0000-00-00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(27, 'abc', '1970-01-01', '1970-01-01', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00'),
(35, 'xyz', '2024-04-12', '2024-04-25', 0, 1, '2024-04-09 10:28:01', 0, '0000-00-00 00:00:00'),
(33, 'xyz', '2024-04-12', '2024-04-25', 0, 1, '2024-04-09 10:16:44', 0, '0000-00-00 00:00:00'),
(34, 'abc1', '2024-04-12', '2024-04-30', 0, 1, '2024-04-09 10:16:44', 1, '2024-04-09 10:18:39'),
(36, 'abc', '2024-04-12', '2024-04-30', 0, 1, '2024-04-09 10:28:01', 0, '0000-00-00 00:00:00'),
(41, 'shekhar00909', '2024-04-01', '2024-04-30', 0, 1, '2024-04-13 07:11:57', 0, '0000-00-00 00:00:00'),
(39, 'rakesh', '2024-04-12', '2024-04-25', 0, 1, '2024-04-09 10:33:54', 0, '0000-00-00 00:00:00'),
(40, 'mahesh', '2024-04-12', '2024-04-30', 0, 1, '2024-04-09 10:33:54', 0, '0000-00-00 00:00:00'),
(42, 'dev', '2024-04-01', '2024-04-30', 0, 1, '2024-04-13 07:15:23', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_reset_password`
--

CREATE TABLE `tbl_reset_password` (
  `id` bigint(20) NOT NULL,
  `email` varchar(128) NOT NULL,
  `activation_id` varchar(32) NOT NULL,
  `agent` varchar(512) NOT NULL,
  `client_ip` varchar(32) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT '0',
  `createdBy` bigint(20) NOT NULL DEFAULT '1',
  `createdDtm` datetime NOT NULL,
  `updatedBy` bigint(20) DEFAULT NULL,
  `updatedDtm` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tbl_reset_password`
--

INSERT INTO `tbl_reset_password` (`id`, `email`, `activation_id`, `agent`, `client_ip`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(3, 'manager@example.com', 'SrvQtL3h64Ds9Ab', 'Chrome 128.0.0.0', '122.179.157.174', 0, 1, '2024-08-31 07:36:32', NULL, NULL),
(26, 'spenterprise@gmail.com', 'q7cah9owHZ3UyWI', 'Chrome 128.0.0.0', '122.179.157.174', 0, 1, '2024-09-11 05:28:36', NULL, NULL),
(27, 'spenterprise', 'WbrFXvlBT2UZY10', 'Chrome 128.0.0.0', '122.179.157.174', 0, 1, '2024-09-11 07:06:19', NULL, NULL),
(28, 'spenterprise', 'TFzAmhkUn6bJsDq', 'Chrome 128.0.0.0', '122.179.157.174', 0, 1, '2024-09-11 07:10:43', NULL, NULL),
(29, 'spenterprise', 'Pj21MR8G4UWrhfm', 'Chrome 128.0.0.0', '122.179.157.174', 0, 1, '2024-09-11 07:12:42', NULL, NULL),
(30, 'spenterprise', 'PD5rlAzB34pLatG', 'Chrome 128.0.0.0', '122.179.157.174', 0, 1, '2024-09-11 07:13:23', NULL, NULL),
(31, 'hiralal.8webcom@gmail.com', 'MCNWak1slJAv8Yj', 'Chrome 143.0.0.0', '::1', 0, 1, '2025-12-16 05:20:52', NULL, NULL),
(32, 'hiralal.8webcom@gmail.com', 'rslhCNBiwE4SPte', 'Chrome 143.0.0.0', '::1', 0, 1, '2025-12-16 05:21:51', NULL, NULL);

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

--
-- Table structure for table `tbl_roles`
--

CREATE TABLE `tbl_roles` (
  `roleId` tinyint(4) NOT NULL COMMENT 'role id',
  `role` varchar(50) NOT NULL COMMENT 'role text',
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `isDeleted` tinyint(4) NOT NULL DEFAULT '0',
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) DEFAULT NULL,
  `updatedDtm` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `tbl_roles`
--

INSERT INTO `tbl_roles` (`roleId`, `role`, `status`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'System Administrator', 1, 0, 1, '2021-01-21 00:00:00', 1, '2022-06-17 20:21:46');

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

--
-- Table structure for table `tbl_shipments`
--

CREATE TABLE `tbl_shipments` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `image` varchar(255) CHARACTER SET utf8 NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_shipments`
--

INSERT INTO `tbl_shipments` (`id`, `title`, `image`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(22, 'Home Furniture', 'lPiUZ7fL.jpg', 0, 0, '0000-00-00 00:00:00', 1, '2025-05-03 09:40:14'),
(25, 'Office Furniture', 'MRvzgWcF.jpg', 0, 1, '2025-05-03 09:40:40', 0, '0000-00-00 00:00:00'),
(26, 'Decor & Styling', 'c3x6DNgi.jpg', 0, 1, '2025-05-03 09:41:06', 0, '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_slider`
--

CREATE TABLE `tbl_slider` (
  `id` int(11) NOT NULL,
  `image` varchar(255) NOT NULL,
  `video_file` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `short_description` text NOT NULL,
  `button_label` varchar(255) NOT NULL,
  `button_link` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `tbl_slider`
--

INSERT INTO `tbl_slider` (`id`, `image`, `video_file`, `title`, `short_description`, `button_label`, `button_link`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(8, 'Dogleb29.webp', '', 'One Stop Solutions  Imported Furniture & Unique  Turnkey Concept', 'Asphalt  Batch Mix Plant', '', '#', 0, 1, '2024-07-18 06:45:09', 1, '2025-05-16 06:50:30');

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

--
-- Table structure for table `tbl_task`
--

CREATE TABLE `tbl_task` (
  `taskId` int(11) NOT NULL,
  `taskTitle` varchar(256) NOT NULL,
  `description` varchar(1024) DEFAULT NULL,
  `isDeleted` tinyint(4) NOT NULL DEFAULT '0',
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) DEFAULT NULL,
  `updatedDtm` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `tbl_task`
--

INSERT INTO `tbl_task` (`taskId`, `taskTitle`, `description`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'Small Task 1', 'Small task related to addition, substraction', 0, 1, '2022-06-18 20:47:47', 1, '2022-06-18 20:49:40'),
(2, 'Small Task 2', 'Closure task', 0, 1, '2022-06-18 20:49:48', 1, '2024-04-03 10:44:44'),
(3, 'test', 'testte', 0, 1, '2024-04-03 11:52:35', NULL, NULL),
(4, 'test09', 'gggmkj', 0, 1, '2024-04-08 06:00:49', NULL, NULL),
(5, 'test7654', 'gfnkjnkjnod', 0, 1, '2024-04-08 06:01:04', NULL, NULL),
(6, 'test6543', 'hgjfd', 0, 1, '2024-04-08 06:01:15', NULL, NULL),
(7, 'test7654', 'hgfdertrew', 0, 1, '2024-04-08 06:01:44', NULL, NULL);

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

--
-- Table structure for table `tbl_users`
--

CREATE TABLE `tbl_users` (
  `userId` int(11) NOT NULL,
  `email` varchar(128) NOT NULL COMMENT 'login email',
  `password` varchar(128) NOT NULL COMMENT 'hashed login password',
  `name` varchar(128) DEFAULT NULL COMMENT 'full name of user',
  `mobile` varchar(20) DEFAULT NULL,
  `roleId` tinyint(4) NOT NULL,
  `isAdmin` tinyint(4) NOT NULL DEFAULT '2',
  `isDeleted` tinyint(4) NOT NULL DEFAULT '0',
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) DEFAULT NULL,
  `updatedDtm` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `tbl_users`
--

INSERT INTO `tbl_users` (`userId`, `email`, `password`, `name`, `mobile`, `roleId`, `isAdmin`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'bhavin@8webcom.com', '$2y$10$/LDEtnJZoh9w8iYCxe1tWuds9xcwC3XG2OPjRSBc3VRUSSkuYpnTu', 'Administrator', '9878787878', 1, 1, 0, 1, '2024-04-06 11:42:47', 1, '2025-12-24 08:25:23');

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

--
-- Table structure for table `tbl_why_we`
--

CREATE TABLE `tbl_why_we` (
  `id` int(11) NOT NULL,
  `icon` varchar(255) NOT NULL,
  `number` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` datetime NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

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

--
-- Table structure for table `video_gallery`
--

CREATE TABLE `video_gallery` (
  `id` int(11) NOT NULL,
  `gallery_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `product_gallery` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `isDeleted` tinyint(4) NOT NULL,
  `createdBy` int(11) NOT NULL,
  `createdDtm` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `updatedBy` int(11) NOT NULL,
  `updatedDtm` varchar(50) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `video_gallery`
--

INSERT INTO `video_gallery` (`id`, `gallery_title`, `product_gallery`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
(1, 'Asphalt Drum Mix Plant', 'https://www.youtube.com/embed/0W2DcesSjGg?si=JexXDJQU52qM85GO', 0, 17, '2025-04-10 07:05:08', 17, '2025-04-10 08:55:29'),
(2, 'Mobile Asphalt Plant', 'https://www.youtube.com/embed/9LPRkG9H0yg?si=z5nGepHF5XmoAkk_', 0, 17, '2025-04-10 08:55:48', 17, '2025-04-10 08:58:17'),
(3, 'Wet Mix Macadam Plant', 'https://www.youtube.com/embed/frR4mnONc24?si=Q3edc2aX22tQmp9O', 0, 17, '2025-04-10 08:58:44', 17, '2025-04-10 09:11:33'),
(5, 'Bitumen Sprayer', 'https://www.youtube.com/embed/ePZdPz27tig?si=klLH7HMvjMGYknrT', 0, 17, '2025-04-10 09:28:03', 0, ''),
(6, 'Bitumen Decanter', 'https://www.youtube.com/embed/BQK0E0zGm2M?si=GBQ9w0I1YCU20kfc', 0, 17, '2025-04-10 09:28:48', 0, ''),
(7, 'Road Broomer', 'https://www.youtube.com/embed/6lcYHEjY21E?si=U121DugrGnq27iTy', 0, 17, '2025-04-10 09:29:46', 0, ''),
(8, 'Chip Spreader', 'https://www.youtube.com/embed/OzYjzTogoso?si=MGqRSqHFyCQyqWJ1', 0, 17, '2025-04-10 09:30:32', 0, ''),
(9, 'Trommel Machine', 'https://www.youtube.com/embed/3Zv5Qzwzl_A?si=_5qpstwP-l-fa4aJ', 0, 17, '2025-04-10 09:31:40', 0, ''),
(10, 'Solid Waste Segregation Plant', 'https://www.youtube.com/embed/5Bv2DzSbuEY?si=41ZzaO1uuYhNkaOr', 0, 17, '2025-04-10 09:32:28', 0, ''),
(11, 'Asphalt Plant', 'https://www.youtube.com/embed/inxLOB2hxcc?si=I5sB7Esbq_eI5Es3', 0, 17, '2025-04-10 09:33:16', 0, ''),
(12, 'Asphalt Mixing Plant', 'https://www.youtube.com/embed/2O0mXcLdPwM?si=JhaINvWmsIFizP_z', 0, 17, '2025-04-10 09:34:32', 0, ''),
(13, 'Hot Mix Plant', 'https://www.youtube.com/embed/5XYHzesy94o?si=ODn9i39_z4UyKW05', 0, 17, '2025-04-10 09:35:46', 0, ''),
(14, 'Asphalt Hot Mix Plant', 'https://www.youtube.com/embed/3sbr-Z3BS9A?si=qvokd3ouqUxUZMFx', 0, 17, '2025-04-10 09:37:03', 0, '');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `ci_sessions`
--
ALTER TABLE `ci_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD KEY `last_activity_idx` (`last_activity`);

--
-- Indexes for table `contact_inquery`
--
ALTER TABLE `contact_inquery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `product_inquery`
--
ALTER TABLE `product_inquery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_access_matrix`
--
ALTER TABLE `tbl_access_matrix`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_advantages`
--
ALTER TABLE `tbl_advantages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_blog`
--
ALTER TABLE `tbl_blog`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_booking`
--
ALTER TABLE `tbl_booking`
  ADD PRIMARY KEY (`bookingId`);

--
-- Indexes for table `tbl_brochure`
--
ALTER TABLE `tbl_brochure`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_category`
--
ALTER TABLE `tbl_category`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_category_gallary`
--
ALTER TABLE `tbl_category_gallary`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_cms`
--
ALTER TABLE `tbl_cms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_contact`
--
ALTER TABLE `tbl_contact`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_gallery`
--
ALTER TABLE `tbl_gallery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_general`
--
ALTER TABLE `tbl_general`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_last_login`
--
ALTER TABLE `tbl_last_login`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_media`
--
ALTER TABLE `tbl_media`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_member`
--
ALTER TABLE `tbl_member`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_menu`
--
ALTER TABLE `tbl_menu`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_meta_keyword`
--
ALTER TABLE `tbl_meta_keyword`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_news`
--
ALTER TABLE `tbl_news`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_photo`
--
ALTER TABLE `tbl_photo`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_products`
--
ALTER TABLE `tbl_products`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_product_gallery`
--
ALTER TABLE `tbl_product_gallery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_projects`
--
ALTER TABLE `tbl_projects`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_project_gallery`
--
ALTER TABLE `tbl_project_gallery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_rc_book`
--
ALTER TABLE `tbl_rc_book`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_reset_password`
--
ALTER TABLE `tbl_reset_password`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_roles`
--
ALTER TABLE `tbl_roles`
  ADD PRIMARY KEY (`roleId`);

--
-- Indexes for table `tbl_shipments`
--
ALTER TABLE `tbl_shipments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_slider`
--
ALTER TABLE `tbl_slider`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tbl_task`
--
ALTER TABLE `tbl_task`
  ADD PRIMARY KEY (`taskId`);

--
-- Indexes for table `tbl_users`
--
ALTER TABLE `tbl_users`
  ADD PRIMARY KEY (`userId`);

--
-- Indexes for table `tbl_why_we`
--
ALTER TABLE `tbl_why_we`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `video_gallery`
--
ALTER TABLE `video_gallery`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

--
-- AUTO_INCREMENT for table `tbl_advantages`
--
ALTER TABLE `tbl_advantages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `tbl_blog`
--
ALTER TABLE `tbl_blog`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;

--
-- AUTO_INCREMENT for table `tbl_booking`
--
ALTER TABLE `tbl_booking`
  MODIFY `bookingId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tbl_brochure`
--
ALTER TABLE `tbl_brochure`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;

--
-- AUTO_INCREMENT for table `tbl_category`
--
ALTER TABLE `tbl_category`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

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

--
-- AUTO_INCREMENT for table `tbl_cms`
--
ALTER TABLE `tbl_cms`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `tbl_contact`
--
ALTER TABLE `tbl_contact`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `tbl_gallery`
--
ALTER TABLE `tbl_gallery`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40;

--
-- AUTO_INCREMENT for table `tbl_general`
--
ALTER TABLE `tbl_general`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbl_last_login`
--
ALTER TABLE `tbl_last_login`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=71;

--
-- AUTO_INCREMENT for table `tbl_media`
--
ALTER TABLE `tbl_media`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `tbl_member`
--
ALTER TABLE `tbl_member`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

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

--
-- AUTO_INCREMENT for table `tbl_meta_keyword`
--
ALTER TABLE `tbl_meta_keyword`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=77;

--
-- AUTO_INCREMENT for table `tbl_news`
--
ALTER TABLE `tbl_news`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbl_photo`
--
ALTER TABLE `tbl_photo`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `tbl_products`
--
ALTER TABLE `tbl_products`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `tbl_product_gallery`
--
ALTER TABLE `tbl_product_gallery`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=63;

--
-- AUTO_INCREMENT for table `tbl_projects`
--
ALTER TABLE `tbl_projects`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;

--
-- AUTO_INCREMENT for table `tbl_project_gallery`
--
ALTER TABLE `tbl_project_gallery`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- AUTO_INCREMENT for table `tbl_rc_book`
--
ALTER TABLE `tbl_rc_book`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT for table `tbl_reset_password`
--
ALTER TABLE `tbl_reset_password`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT for table `tbl_roles`
--
ALTER TABLE `tbl_roles`
  MODIFY `roleId` tinyint(4) NOT NULL AUTO_INCREMENT COMMENT 'role id', AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tbl_shipments`
--
ALTER TABLE `tbl_shipments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `tbl_slider`
--
ALTER TABLE `tbl_slider`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `tbl_task`
--
ALTER TABLE `tbl_task`
  MODIFY `taskId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `tbl_users`
--
ALTER TABLE `tbl_users`
  MODIFY `userId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tbl_why_we`
--
ALTER TABLE `tbl_why_we`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `video_gallery`
--
ALTER TABLE `video_gallery`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
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