0byt3m1n1
Path:
/
data
/
25
/
2
/
89
/
72
/
2741072
/
meta
/
3012654
/
mysql.backup
/
[
Home
]
File: 1_035c54e_2.mysqlcluster2.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster2 Database: 1_035c54e_2 -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!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 utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2015-09-16 21:23:53','2015-09-16 21:23:53','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0),(2,1,'Cıvata','','http://dunno.dynu.com/civatacilar','54.171.83.145','2016-06-14 12:14:44','2016-06-14 12:14:44','[…] http://www.cems-hometex.com/index.php/2015/09/16/hello-world/ […]',0,'0','The Incutio XML-RPC PHP Library','pingback',0,0),(3,1,'Norm','jfvrivev@outlook.com','http://ssifwrt.com','188.143.232.27','2016-12-22 12:21:20','2016-12-22 12:21:20','I think you have nailed it, Anon of 1.03 am, the AshkeNAZI US Jews are so full of hatred and resentment at the seemingly unlfpapable stoicism and happiness of US Christians [read Whites] that they are obsessed with pulling down the US, whatever the cost.They probably believe they can escape when the imported Moslems do the job for them.Some of them may believe that they will be an integral part of this New World Order as they were in Russia in 1917, where they were responsible for the murder of millions of Christians.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','',1,0),(4,1,'Eel','3lxi1fj8arj@mail.com','http://ikvhghnv.com','188.143.232.32','2016-12-22 14:32:56','2016-12-22 14:32:56','Play inromfative for me, Mr. internet writer.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=30840 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.cems-hometex.com','yes'),(2,'home','http://www.cems-hometex.com','yes'),(3,'blogname','Hometex Sri Lanka','yes'),(4,'blogdescription','HOME TEX SRI LANKA 2017','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','mahatab.cems@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:1;s:38:\"fv-wordpress-flowplayer/flowplayer.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:94:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\hometex/wp-content/plugins/hello.php\";i:1;s:101:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\hometex/wp-content/themes/hometex/style.css\";i:2;s:108:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\hometex/wp-content/themes/hometex/style-custom.css\";i:3;s:102:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\hometex/wp-content/themes/hometex/footer.php\";i:4;s:102:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\hometex/wp-content/themes/hometex/header.php\";}','no'),(41,'template','hometex','yes'),(42,'stylesheet','hometex','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:47:\"hdw-player-video-player-video-gallery/index.php\";s:22:\"hdwplayer_db_uninstall\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','207','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";a:0:{}s:13:\"alt-sidebar-1\";a:0:{}s:13:\"alt-sidebar-2\";a:0:{}s:13:\"alt-sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:6:{i:1517818639;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1517822633;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1517858220;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1517889625;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1517895858;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:8:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.2\";s:7:\"version\";s:5:\"4.9.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.2\";s:7:\"version\";s:5:\"4.9.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.5\";s:7:\"version\";s:5:\"4.8.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.9\";s:7:\"version\";s:5:\"4.7.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.10\";s:7:\"version\";s:6:\"4.6.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.13\";s:7:\"version\";s:6:\"4.5.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.14\";s:7:\"version\";s:6:\"4.4.14\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.15-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.15-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.15-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.15\";s:7:\"version\";s:6:\"4.3.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1517815038;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(135,'_transient_random_seed','a68f1e90b768a10e8c162fc5f00bb529','yes'),(190,'can_compress_scripts','1','yes'),(193,'WPLANG','','yes'),(208,'_transient_twentyfifteen_categories','1','yes'),(288,'category_children','a:0:{}','yes'),(799,'_site_transient_timeout_browser_0a3c822e17e85241de5b5524199cf20b','1447136828','yes'),(802,'_site_transient_browser_0a3c822e17e85241de5b5524199cf20b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"41.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(849,'_site_transient_timeout_wporg_theme_feature_list','1446542859','yes'),(852,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(856,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1446532428;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(859,'current_theme','Expo18','yes'),(862,'theme_mods_hometex','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}}','yes'),(865,'theme_switched','','yes'),(867,'om_expo18_options_template','a:78:{i:0;a:2:{s:4:\"name\";s:16:\"General settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:6:{s:4:\"name\";s:14:\"Site logo type\";s:4:\"desc\";s:65:\"Choose what do you want to use as site logo: image or plain text.\";s:2:\"id\";s:24:\"om_expo18_site_logo_type\";s:3:\"std\";s:5:\"image\";s:7:\"options\";a:2:{s:5:\"image\";s:5:\"Image\";s:4:\"text\";s:22:\"Plain text (Blog Name)\";}s:4:\"type\";s:5:\"radio\";}i:2;a:5:{s:4:\"name\";s:15:\"Site logo image\";s:4:\"desc\";s:139:\"Upload a logo for your theme, or specify the image address of your online logo (http://example.com/logo.png). Best fit is about 430x140 px.\";s:2:\"id\";s:25:\"om_expo18_site_logo_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:14:\"Site logo text\";s:4:\"desc\";s:135:\"Specify logo text, if \"Plain text\" Logo used. You can use <span> tag to colorize text, i.e.:<br />My <span>Logo</span> Text\";s:2:\"id\";s:24:\"om_expo18_site_logo_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:4:\"name\";s:12:\"Site favicon\";s:4:\"desc\";s:87:\"Upload an *.ico file or 16px x 16px Png/Gif image that will for your website\'s favicon.\";s:2:\"id\";s:17:\"om_expo18_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:5;a:5:{s:4:\"name\";s:23:\"Event location and date\";s:4:\"desc\";s:256:\"Text in the header, event location and date. Can contain link to the page and words can be highlighted by <span> tag, e.g.:<br /><i><a href=\"/map/\">New Orleans, Louisiana<br/>02/25 — 02/28/<span>2014</span></a></i>\";s:2:\"id\";s:23:\"om_expo18_location_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:30:\"Event start date for countdown\";s:4:\"desc\";s:74:\"Format must be <b>YYYY-MM-DD HH:MM:SS</b>, for example 2014-02-25 10:00:00\";s:2:\"id\";s:24:\"om_expo18_countdown_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:31:\"Hide seconds on countdown timer\";s:2:\"id\";s:32:\"om_expo18_countdown_hide_seconds\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:8;a:5:{s:4:\"name\";s:21:\"Special button: title\";s:4:\"desc\";s:91:\"You can add special button to menu line, and link it, for example to the registration page.\";s:2:\"id\";s:30:\"om_expo18_special_button_title\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:5:{s:4:\"name\";s:20:\"Special button: link\";s:4:\"desc\";s:23:\"Link for special button\";s:2:\"id\";s:29:\"om_expo18_special_button_link\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:10;a:5:{s:4:\"name\";s:16:\"Footer text line\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:21:\"om_expo18_footer_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:24:\"Activate responsive mode\";s:4:\"desc\";s:67:\"Check if you want your site to be fitted by width on mobile devices\";s:2:\"id\";s:20:\"om_expo18_responsive\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:12;a:5:{s:4:\"name\";s:28:\"Hide comments block on pages\";s:4:\"desc\";s:156:\"Check if you want to hide comments block on single pages. To hide comments on post pages and portfolio - see sections \"Post options\" and \"Portfolio options\"\";s:2:\"id\";s:29:\"om_expo18_hide_comments_pages\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:13;a:5:{s:4:\"name\";s:14:\"FeedBurner URL\";s:4:\"desc\";s:172:\"Enter your full FeedBurner URL (or any other preferred feed URL) if you wish to use FeedBurner over the standard WordPress Feed e.g. http://feeds.feedburner.com/yoururlhere\";s:2:\"id\";s:20:\"om_expo18_feedburner\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:14;a:2:{s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:7:\"heading\";}i:15;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:133:\"Apply custom styling by inline code (check this option if you have problems with styling because of styling file rewrite permissions)\";s:2:\"id\";s:24:\"om_expo18_use_inline_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:16;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:12:\"<b>Color</b>\";s:4:\"type\";s:5:\"intro\";}i:17;a:5:{s:4:\"name\";s:13:\"Primary color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:23:\"om_expo18_primary_color\";s:3:\"std\";s:7:\"#335ebe\";s:4:\"type\";s:5:\"color\";}i:18;a:5:{s:4:\"name\";s:15:\"Highlight color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_highlight_color\";s:3:\"std\";s:7:\"#f89811\";s:4:\"type\";s:5:\"color\";}i:19;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:43:\"<b>Top/bottom area animated background:</b>\";s:4:\"type\";s:5:\"intro\";}i:20;a:6:{s:4:\"name\";s:29:\"Background animated image set\";s:4:\"desc\";s:52:\"Choose one of the builded-in animated background set\";s:2:\"id\";s:28:\"om_expo18_background_img_set\";s:3:\"std\";s:7:\"bgset-1\";s:7:\"options\";a:11:{s:7:\"bgset-1\";s:2:\"#1\";s:7:\"bgset-2\";s:2:\"#2\";s:7:\"bgset-3\";s:2:\"#3\";s:7:\"bgset-4\";s:2:\"#4\";s:7:\"bgset-5\";s:2:\"#5\";s:7:\"bgset-6\";s:2:\"#6\";s:7:\"bgset-7\";s:2:\"#7\";s:7:\"bgset-8\";s:2:\"#8\";s:7:\"bgset-9\";s:2:\"#9\";s:8:\"bgset-10\";s:3:\"#10\";s:8:\"bgset-11\";s:3:\"#11\";}s:4:\"type\";s:7:\"select2\";}i:21;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 1\";s:4:\"desc\";s:134:\"Upload your background image (wide image, min height - 520px or pattern, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:22;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 2\";s:4:\"desc\";s:148:\"This is top layer with transparency for parallax effect. Upload your background image, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:23;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:13:\"<b>Fonts:</b>\";s:4:\"type\";s:5:\"intro\";}i:24;a:6:{s:4:\"name\";s:9:\"Base font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"om_expo18_base_font\";s:3:\"std\";s:5:\"Arial\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:25;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts base font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_base_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:26;a:6:{s:4:\"name\";s:14:\"Highlight font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:24:\"om_expo18_highlight_font\";s:3:\"std\";s:9:\"Open Sans\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:27;a:5:{s:4:\"name\";s:34:\"Custom Google.Fonts highlight font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:31:\"om_expo18_custom_highlight_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:6:{s:4:\"name\";s:9:\"Logo font\";s:4:\"desc\";s:47:\"Font for logo (if logo mode is text, not image)\";s:2:\"id\";s:19:\"om_expo18_logo_font\";s:3:\"std\";s:10:\"Montserrat\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:10:\"Montserrat\";s:10:\"Montserrat\";}s:4:\"type\";s:7:\"select2\";}i:29;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts logo font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_logo_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:30;a:5:{s:4:\"name\";s:17:\"Testimonials font\";s:2:\"id\";s:26:\"om_expo18_testimonial_font\";s:3:\"std\";s:7:\"Satisfy\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:7:\"Satisfy\";s:7:\"Satisfy\";}s:4:\"type\";s:7:\"select2\";}i:31;a:5:{s:4:\"name\";s:37:\"Custom Google.Fonts testimonials font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:33:\"om_expo18_custom_testimonial_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:32;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:13:\"<b>Other:</b>\";s:4:\"type\";s:5:\"intro\";}i:33;a:6:{s:4:\"name\";s:16:\"Sidebar position\";s:4:\"desc\";s:25:\"Select sidebar alignment.\";s:2:\"id\";s:26:\"om_expo18_sidebar_position\";s:3:\"std\";s:5:\"right\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:5:\"right\";s:74:\"http://www.cems-hometex.com/wp-content/themes/hometex/admin/images/2cr.png\";s:4:\"left\";s:74:\"http://www.cems-hometex.com/wp-content/themes/hometex/admin/images/2cl.png\";}}i:34;a:2:{s:4:\"name\";s:8:\"Sidebars\";s:4:\"type\";s:7:\"heading\";}i:35;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:167:\"You can set the number of available alternative sidebars, set them up at the \"Appearance > Widgets\" section and choose for every page one of them at the page settings.\";s:4:\"type\";s:5:\"intro\";}i:36;a:5:{s:4:\"name\";s:30:\"Number of alternative sidebars\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:22:\"om_expo18_sidebars_num\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:4:\"text\";}i:37;a:2:{s:4:\"name\";s:15:\"Homepage slider\";s:4:\"type\";s:7:\"heading\";}i:38;a:5:{s:4:\"name\";s:27:\"Show slider on the homepage\";s:4:\"desc\";s:36:\"Check to show slider on the homepage\";s:2:\"id\";s:30:\"om_expo18_show_homepage_slider\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:39;a:5:{s:4:\"name\";s:9:\"Autoslide\";s:4:\"desc\";s:79:\"Autoslide interval in milliseconds, enter 0 or leave empty to disable autoslide\";s:2:\"id\";s:35:\"om_expo18_homepage_slider_autoslide\";s:3:\"std\";s:4:\"6000\";s:4:\"type\";s:4:\"text\";}i:40;a:5:{s:4:\"name\";s:15:\"Animation speed\";s:4:\"desc\";s:31:\"Animation speed in milliseconds\";s:2:\"id\";s:41:\"om_expo18_homepage_slider_animation_speed\";s:3:\"std\";s:3:\"800\";s:4:\"type\";s:4:\"text\";}i:41;a:6:{s:4:\"name\";s:16:\"Animation effect\";s:4:\"desc\";s:129:\"See demo on <a href=\"http://malsup.com/jquery/cycle/browser.html\" target=\"_blank\">http://malsup.com/jquery/cycle/browser.html</a>\";s:2:\"id\";s:42:\"om_expo18_homepage_slider_animation_effect\";s:3:\"std\";s:6:\"custom\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:29:{s:6:\"custom\";s:17:\"Custom Predefined\";s:6:\"blindX\";s:6:\"blindX\";s:6:\"blindY\";s:6:\"blindY\";s:6:\"blindZ\";s:6:\"blindZ\";s:5:\"cover\";s:5:\"cover\";s:8:\"curtainX\";s:8:\"curtainX\";s:8:\"curtainY\";s:8:\"curtainY\";s:4:\"fade\";s:4:\"fade\";s:8:\"fadeZoom\";s:8:\"fadeZoom\";s:5:\"growX\";s:5:\"growX\";s:5:\"growY\";s:5:\"growY\";s:4:\"none\";s:4:\"none\";s:8:\"scrollUp\";s:8:\"scrollUp\";s:10:\"scrollDown\";s:10:\"scrollDown\";s:10:\"scrollLeft\";s:10:\"scrollLeft\";s:11:\"scrollRight\";s:11:\"scrollRight\";s:10:\"scrollHorz\";s:10:\"scrollHorz\";s:10:\"scrollVert\";s:10:\"scrollVert\";s:7:\"shuffle\";s:7:\"shuffle\";s:6:\"slideX\";s:6:\"slideX\";s:6:\"slideY\";s:6:\"slideY\";s:4:\"toss\";s:4:\"toss\";s:6:\"turnUp\";s:6:\"turnUp\";s:8:\"turnDown\";s:8:\"turnDown\";s:8:\"turnLeft\";s:8:\"turnLeft\";s:9:\"turnRight\";s:9:\"turnRight\";s:7:\"uncover\";s:7:\"uncover\";s:4:\"wipe\";s:4:\"wipe\";s:4:\"zoom\";s:4:\"zoom\";}}i:42;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:107:\"You can use tag <i><span>this is colored text</span></i> in slide description to color the text\";s:4:\"type\";s:5:\"intro\";}i:43;a:5:{s:4:\"name\";s:14:\"Slider content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_homepage_slider\";s:3:\"std\";a:0:{}s:4:\"type\";s:6:\"slider\";}i:44;a:2:{s:4:\"name\";s:12:\"Post options\";s:4:\"type\";s:7:\"heading\";}i:45;a:5:{s:4:\"name\";s:20:\"Hide post categories\";s:4:\"desc\";s:47:\"Check, if you want to hide categories for posts\";s:2:\"id\";s:30:\"om_expo18_post_hide_categories\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:5:{s:4:\"name\";s:36:\"Show featured image on the post page\";s:4:\"desc\";s:85:\"Check to show the featured image at the beginning of the post on the single post page\";s:2:\"id\";s:32:\"om_expo18_post_single_show_thumb\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:47;a:5:{s:4:\"name\";s:37:\"Hide comments block on the post pages\";s:4:\"desc\";s:59:\"Check if you want to hide comments block on the post pages.\";s:2:\"id\";s:28:\"om_expo18_hide_comments_post\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:48;a:2:{s:4:\"name\";s:27:\"Extra code blocks, counters\";s:4:\"type\";s:7:\"heading\";}i:49;a:5:{s:4:\"name\";s:31:\"Code block before </head>\";s:4:\"desc\";s:38:\"Here you can add Google.Analytics code\";s:2:\"id\";s:26:\"om_expo18_code_before_head\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:50;a:5:{s:4:\"name\";s:31:\"Code block before </body>\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:26:\"om_expo18_code_before_body\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:51;a:5:{s:4:\"name\";s:42:\"Code block after page header (</H1>)\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_page_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:52;a:5:{s:4:\"name\";s:29:\"Code block after page content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_page_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:53;a:5:{s:4:\"name\";s:61:\"Code block after post header (</H1>) on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_post_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:54;a:5:{s:4:\"name\";s:48:\"Code block after post content on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_post_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:55;a:2:{s:4:\"name\";s:12:\"Social icons\";s:4:\"type\";s:7:\"heading\";}i:56;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:61:\"Specify necessary links and icons will be shown in the footer\";s:4:\"type\";s:5:\"intro\";}i:57;a:4:{s:4:\"name\";s:13:\"Facebook link\";s:2:\"id\";s:25:\"om_expo18_social_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:58;a:4:{s:4:\"name\";s:13:\"LinekdIn link\";s:2:\"id\";s:25:\"om_expo18_social_linkedin\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:59;a:4:{s:4:\"name\";s:12:\"Twitter link\";s:2:\"id\";s:24:\"om_expo18_social_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:60;a:4:{s:4:\"name\";s:12:\"Behance link\";s:2:\"id\";s:24:\"om_expo18_social_behance\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:61;a:4:{s:4:\"name\";s:8:\"RSS link\";s:2:\"id\";s:20:\"om_expo18_social_rss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:62;a:4:{s:4:\"name\";s:12:\"Blogger link\";s:2:\"id\";s:24:\"om_expo18_social_blogger\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:63;a:4:{s:4:\"name\";s:15:\"Deviantart link\";s:2:\"id\";s:27:\"om_expo18_social_deviantart\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:64;a:4:{s:4:\"name\";s:12:\"Dribble link\";s:2:\"id\";s:24:\"om_expo18_social_dribble\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:65;a:4:{s:4:\"name\";s:11:\"Flickr link\";s:2:\"id\";s:23:\"om_expo18_social_flickr\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:66;a:4:{s:4:\"name\";s:11:\"Google link\";s:2:\"id\";s:23:\"om_expo18_social_google\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:67;a:4:{s:4:\"name\";s:12:\"Myspace link\";s:2:\"id\";s:24:\"om_expo18_social_myspace\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:68;a:4:{s:4:\"name\";s:14:\"Pinterest link\";s:2:\"id\";s:26:\"om_expo18_social_pinterest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:69;a:4:{s:4:\"name\";s:10:\"Skype link\";s:2:\"id\";s:22:\"om_expo18_social_skype\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:70;a:4:{s:4:\"name\";s:10:\"Vimeo link\";s:2:\"id\";s:22:\"om_expo18_social_vimeo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:71;a:4:{s:4:\"name\";s:12:\"Youtube link\";s:2:\"id\";s:24:\"om_expo18_social_youtube\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:72;a:2:{s:4:\"name\";s:17:\"Registration form\";s:4:\"type\";s:7:\"heading\";}i:73;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:88:\"Set up form and include it at any page by inserting shortcode <b>[registration_form]</b>\";s:4:\"type\";s:5:\"intro\";}i:74;a:4:{s:4:\"name\";s:27:\"Email to send the form data\";s:2:\"id\";s:20:\"om_expo18_form_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:75;a:5:{s:4:\"name\";s:15:\"Success message\";s:4:\"desc\";s:51:\"Message will be shown after success form submission\";s:2:\"id\";s:22:\"om_expo18_form_success\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:76;a:4:{s:4:\"name\";s:19:\"Submit button title\";s:2:\"id\";s:27:\"om_expo18_form_button_title\";s:3:\"std\";s:9:\"Register!\";s:4:\"type\";s:4:\"text\";}i:77;a:4:{s:4:\"name\";s:11:\"Form fields\";s:2:\"id\";s:21:\"om_expo18_form_fields\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"form_fields\";}}','yes'),(870,'om_expo18_site_logo_type','text','yes'),(876,'om_expo18_site_logo_text','','yes'),(879,'om_expo18_favicon','','yes'),(882,'om_expo18_location_date','','yes'),(885,'om_expo18_countdown_date','','yes'),(888,'om_expo18_countdown_hide_seconds','false','yes'),(891,'om_expo18_special_button_title','','yes'),(894,'om_expo18_special_button_link','','yes'),(897,'om_expo18_footer_text','','yes'),(900,'om_expo18_responsive','true','yes'),(903,'om_expo18_hide_comments_pages','false','yes'),(906,'om_expo18_feedburner','','yes'),(909,'om_expo18_use_inline_css','false','yes'),(912,'om_expo18_primary_color','#335ebe','yes'),(915,'om_expo18_highlight_color','#f89811','yes'),(918,'om_expo18_background_img_set','bgset-1','yes'),(921,'om_expo18_background_img_custom_l1','','yes'),(924,'om_expo18_background_img_custom_l2','','yes'),(927,'om_expo18_base_font','Arial','yes'),(930,'om_expo18_custom_base_font','','yes'),(933,'om_expo18_highlight_font','Open Sans','yes'),(936,'om_expo18_custom_highlight_font','','yes'),(939,'om_expo18_logo_font','Montserrat','yes'),(942,'om_expo18_custom_logo_font','','yes'),(945,'om_expo18_testimonial_font','Satisfy','yes'),(948,'om_expo18_custom_testimonial_font','','yes'),(951,'om_expo18_sidebar_position','right','yes'),(954,'om_expo18_sidebars_num','3','yes'),(957,'om_expo18_show_homepage_slider','false','yes'),(960,'om_expo18_homepage_slider_autoslide','6000','yes'),(963,'om_expo18_homepage_slider_animation_speed','800','yes'),(966,'om_expo18_homepage_slider_animation_effect','custom','yes'),(969,'om_expo18_homepage_slider','a:0:{}','yes'),(972,'om_expo18_post_hide_categories','false','yes'),(975,'om_expo18_post_single_show_thumb','false','yes'),(978,'om_expo18_hide_comments_post','false','yes'),(981,'om_expo18_code_before_head','','yes'),(984,'om_expo18_code_before_body','','yes'),(987,'om_expo18_code_after_page_h1','','yes'),(990,'om_expo18_code_after_page_content','','yes'),(993,'om_expo18_code_after_post_h1','','yes'),(996,'om_expo18_code_after_post_content','','yes'),(999,'om_expo18_social_facebook','','yes'),(1002,'om_expo18_social_linkedin','','yes'),(1005,'om_expo18_social_twitter','','yes'),(1008,'om_expo18_social_behance','','yes'),(1011,'om_expo18_social_rss','','yes'),(1014,'om_expo18_social_blogger','','yes'),(1017,'om_expo18_social_deviantart','','yes'),(1020,'om_expo18_social_dribble','','yes'),(1023,'om_expo18_social_flickr','','yes'),(1026,'om_expo18_social_google','','yes'),(1029,'om_expo18_social_myspace','','yes'),(1032,'om_expo18_social_pinterest','','yes'),(1035,'om_expo18_social_skype','','yes'),(1038,'om_expo18_social_vimeo','','yes'),(1041,'om_expo18_social_youtube','','yes'),(1044,'om_expo18_form_email','','yes'),(1047,'om_expo18_form_success','','yes'),(1050,'om_expo18_form_button_title','Register!','yes'),(1053,'om_expo18_form_fields','a:10:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:5;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(1315,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1318,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(2026,'_site_transient_timeout_browser_3a641b0529e1f6972e9faa1a64fcc08f','1450079907','yes'),(2029,'_site_transient_browser_3a641b0529e1f6972e9faa1a64fcc08f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5202,'_site_transient_timeout_browser_1278066432121fcf13fbcf78cd3fab6c','1455427898','yes'),(5205,'_site_transient_browser_1278066432121fcf13fbcf78cd3fab6c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"41.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6578,'_site_transient_timeout_browser_39ff8f4a6f74e01fab95852d21fd2db3','1457519790','yes'),(6581,'_site_transient_browser_39ff8f4a6f74e01fab95852d21fd2db3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"45.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6624,'recently_activated','a:0:{}','yes'),(11894,'_site_transient_timeout_browser_dbdadc589ec4fcf75e70d825b57f1777','1464100240','yes'),(11897,'_site_transient_browser_dbdadc589ec4fcf75e70d825b57f1777','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"46.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(11945,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1463506272','yes'),(11948,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5862\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3630\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3598\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3109\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2782\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2346\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2205\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2088\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2032\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2007\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1982\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1929\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1863\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1676\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1641\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1568\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1530\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1371\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1304\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1285\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1218\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1103\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1082\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1005\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"981\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"970\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"912\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"912\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"908\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"899\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"898\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"832\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"820\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"790\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"778\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"763\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"756\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"752\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"746\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"745\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"742\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"741\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"703\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"694\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"689\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"683\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"683\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"680\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"661\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"652\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"646\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"642\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"614\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"611\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"599\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"597\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"595\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"593\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"588\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"579\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"569\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"567\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"562\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"551\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"551\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"536\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"534\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"517\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"516\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"515\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"506\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"506\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"503\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"501\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"482\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"464\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"456\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"454\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"449\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"448\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"440\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"439\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"425\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"422\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"421\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"418\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"417\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"408\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"408\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"404\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"403\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"402\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"398\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"397\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"396\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"392\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"391\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"389\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"389\";}}','yes'),(11978,'fvwpflowplayer','a:94:{s:8:\"autoplay\";s:4:\"true\";s:15:\"googleanalytics\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"logo\";s:0:\"\";s:4:\"rtmp\";s:37:\"rtmp://124.6.227.200:1935/live/ttas16\";s:14:\"auto_buffering\";s:5:\"false\";s:7:\"scaling\";s:4:\"true\";s:16:\"disableembedding\";s:5:\"false\";s:8:\"popupbox\";s:5:\"false\";s:15:\"allowfullscreen\";s:4:\"true\";s:12:\"allowuploads\";s:4:\"true\";s:13:\"postthumbnail\";s:5:\"false\";s:3:\"tgt\";s:15:\"backgroundcolor\";s:15:\"backgroundColor\";s:7:\"#333333\";s:6:\"canvas\";s:7:\"#000000\";s:11:\"sliderColor\";s:7:\"#ffffff\";s:13:\"durationColor\";s:7:\"#eeeeee\";s:9:\"timeColor\";s:7:\"#eeeeee\";s:13:\"progressColor\";s:7:\"#00a7c8\";s:11:\"bufferColor\";s:7:\"#eeeeee\";s:13:\"timelineColor\";s:7:\"#666666\";s:11:\"borderColor\";s:7:\"#666666\";s:9:\"hasBorder\";s:5:\"false\";s:11:\"adTextColor\";s:7:\"#888888\";s:12:\"adLinksColor\";s:7:\"#ff3333\";s:12:\"parse_commas\";s:5:\"false\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"480\";s:6:\"engine\";s:5:\"false\";s:9:\"font-face\";s:26:\"Tahoma, Geneva, sans-serif\";s:2:\"ad\";s:0:\"\";s:8:\"ad_width\";s:1:\"0\";s:9:\"ad_height\";s:1:\"0\";s:6:\"ad_css\";s:161:\".wpfp_custom_ad { position: absolute; bottom: 10%; z-index: 20; width: 100%; }\r\n.wpfp_custom_ad_content { background: white; margin: 0 auto; position: relative }\";s:13:\"ad_show_after\";s:1:\"0\";s:20:\"disable_videochecker\";s:4:\"true\";s:9:\"interface\";a:15:{s:8:\"playlist\";s:4:\"true\";s:17:\"playlist_captions\";s:5:\"false\";s:5:\"popup\";s:4:\"true\";s:8:\"redirect\";s:5:\"false\";s:8:\"autoplay\";s:4:\"true\";s:4:\"loop\";s:5:\"false\";s:9:\"splashend\";s:5:\"false\";s:5:\"embed\";s:4:\"true\";s:9:\"subtitles\";s:5:\"false\";s:3:\"ads\";s:5:\"false\";s:6:\"mobile\";s:4:\"true\";s:5:\"align\";s:5:\"false\";s:10:\"controlbar\";s:5:\"false\";s:4:\"live\";s:4:\"true\";s:5:\"speed\";s:5:\"false\";}s:13:\"amazon_bucket\";a:1:{i:0;s:0:\"\";}s:10:\"amazon_key\";a:1:{i:0;s:0:\"\";}s:13:\"amazon_secret\";a:1:{i:0;s:0:\"\";}s:13:\"amazon_region\";a:1:{i:0;s:0:\"\";}s:13:\"amazon_expire\";s:1:\"5\";s:19:\"amazon_expire_force\";s:5:\"false\";s:10:\"fixed_size\";s:5:\"false\";s:13:\"js-everywhere\";s:5:\"false\";s:12:\"marginBottom\";s:2:\"28\";s:14:\"ui_play_button\";s:4:\"true\";s:6:\"volume\";s:1:\"1\";s:15:\"player-position\";s:0:\"\";s:7:\"version\";s:3:\"6.4\";s:47:\"css_writeout-httpwww-cems-hometex-comwp-content\";s:10:\"1517814536\";s:23:\"video_checker_agreement\";s:4:\"true\";s:3:\"pro\";a:0:{}s:12:\"subtitleSize\";s:2:\"16\";s:14:\"disablesharing\";s:5:\"false\";s:12:\"logoPosition\";s:11:\"bottom-left\";s:9:\"liststyle\";s:10:\"horizontal\";s:8:\"ui_speed\";s:5:\"false\";s:18:\"ui_speed_increment\";s:4:\"0.25\";s:6:\"splash\";s:0:\"\";s:10:\"subtitleOn\";s:5:\"false\";s:23:\"fv-wp-flowplayer-submit\";s:14:\"SaveAllChanges\";s:18:\"cbox_compatibility\";s:5:\"false\";s:11:\"css_disable\";s:5:\"false\";s:12:\"integrations\";a:2:{s:13:\"wp_core_video\";s:5:\"false\";s:12:\"embed_iframe\";s:5:\"false\";}s:11:\"db_duration\";s:5:\"false\";s:20:\"closedpostboxesnonce\";s:10:\"d7f39a0580\";s:20:\"meta-box-order-nonce\";s:10:\"5847e3f007\";s:28:\"fv_flowplayer_settings_nonce\";s:10:\"b4758fdb4f\";s:16:\"_wp_http_referer\";s:41:\"/wp-admin/options-general.phppagefvplayer\";s:24:\"disable_video_hash_links\";b:0;s:15:\"subtitleBgColor\";s:7:\"#000000\";s:15:\"subtitleBgAlpha\";d:0.5;s:15:\"playlistBgColor\";s:7:\"#808080\";s:17:\"playlistFontColor\";s:0:\"\";s:21:\"playlistSelectedColor\";s:7:\"#bb0000\";s:16:\"playlist_advance\";s:0:\"\";s:18:\"sharing_email_text\";s:32:\"Check out the amazing video here\";s:14:\"popups_default\";s:2:\"no\";s:11:\"email_lists\";a:0:{}s:12:\"sticky_video\";s:5:\"false\";s:12:\"sticky_place\";s:12:\"right-bottom\";s:12:\"sticky_width\";s:3:\"380\";s:15:\"playlist-design\";s:4:\"2017\";s:11:\"skin-custom\";a:10:{s:9:\"hasBorder\";s:5:\"false\";s:11:\"borderColor\";s:7:\"#666666\";s:11:\"bufferColor\";s:7:\"#eeeeee\";s:6:\"canvas\";s:7:\"#000000\";s:15:\"backgroundColor\";s:7:\"#333333\";s:9:\"font-face\";s:26:\"Tahoma, Geneva, sans-serif\";s:15:\"player-position\";s:0:\"\";s:13:\"progressColor\";s:7:\"#00a7c8\";s:9:\"timeColor\";s:7:\"#eeeeee\";s:13:\"durationColor\";s:7:\"#eeeeee\";}s:9:\"skin-slim\";a:1:{s:13:\"progressColor\";s:7:\"#bb0000\";}s:12:\"skin-youtuby\";a:1:{s:13:\"progressColor\";s:7:\"#bb0000\";}s:4:\"skin\";s:4:\"slim\";s:15:\"lightbox_images\";b:0;s:26:\"lightbox_improve_galleries\";b:0;s:13:\"mailchimp_api\";s:0:\"\";s:14:\"mailchimp_list\";s:0:\"\";s:15:\"mailchimp_label\";s:21:\"Subscribe for updates\";s:24:\"notification_video_links\";s:4:\"true\";}','yes'),(11982,'fvwpflowplayer_core_ver','6.0.4','yes'),(11997,'fv_flowplayer_checker_queue','a:1:{i:134;b:1;}','yes'),(14402,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:22:\"mahatab.cems@gmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484645614;}','yes'),(15038,'_transient_timeout_mailserver_last_checked','1468848391','no'),(15039,'_transient_mailserver_last_checked','1','no'),(17095,'_site_transient_timeout_browser_b39cfafa85260af3bae7c4e041bc07c9','1476595711','yes'),(17096,'_site_transient_browser_b39cfafa85260af3bae7c4e041bc07c9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.50\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(17111,'_site_transient_timeout_browser_134cd066535c1f996e1d2ec3ab125a48','1476596189','yes'),(17112,'_site_transient_browser_134cd066535c1f996e1d2ec3ab125a48','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"53.0.2785.143\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(21585,'_site_transient_timeout_browser_754cdcc1e6416d7a56262cf3d275472d','1489820053','yes'),(21586,'_site_transient_browser_754cdcc1e6416d7a56262cf3d275472d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(21683,'_site_transient_timeout_browser_58769e6f77965f1b81999b5fbb0b69b5','1490012688','yes'),(21684,'_site_transient_browser_58769e6f77965f1b81999b5fbb0b69b5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(23161,'_site_transient_timeout_browser_ce290af4083a5e71c26c2d360ac888b6','1494743546','yes'),(23162,'_site_transient_browser_ce290af4083a5e71c26c2d360ac888b6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(23525,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1495859490','yes'),(23526,'_site_transient_browser_699dfc46f2edc5d25d73bee60c1bf7b9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(26750,'_site_transient_timeout_browser_a074847ba0d26965d4c0a7cd5cc2a3d1','1505980151','yes'),(26751,'_site_transient_browser_a074847ba0d26965d4c0a7cd5cc2a3d1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"61.0.3163.79\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(27172,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1507362481','yes'),(27173,'_site_transient_browser_ae7243d6fcce16c4a1bb2c2339d3a779','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(27195,'widget_om_widget_flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(27196,'widget_om_widget_tweets','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(27197,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(27198,'widget_om_widget_recent_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(27199,'widget_om_widget_video','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(27200,'widget_widget_fvplayer','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(27201,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(27203,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(27205,'om_expo18_site_logo_image','','yes'),(27206,'_site_transient_timeout_available_translations','1506781242','yes'),(27207,'_site_transient_available_translations','a:72:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:05:44\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:06:33\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-10 09:57:22\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 12:35:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:6:\"4.2.16\";s:7:\"updated\";s:19:\"2017-01-28 23:04:15\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.16/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 02:28:05\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 17:58:19\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.1.14\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.1.14/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:6:\"4.2.16\";s:7:\"updated\";s:19:\"2015-10-09 11:18:45\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.16/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-15 04:39:52\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.19\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.1.19/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.19\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.1.19/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-16 17:23:30\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.1.19\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.1.19/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','yes'),(27208,'rewrite_rules','a:82:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=207&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/fvp/?$\";s:50:\"index.php?attachment=$matches[1]&fv_player_embed=1\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/fvp(\\d+)?/?$\";s:60:\"index.php?attachment=$matches[1]&fv_player_embed=$matches[2]\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/fvp/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&fv_player_embed=1\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/fvp(\\d+)?/?$\";s:108:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&fv_player_embed=$matches[5]\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/fvp/?$\";s:50:\"index.php?attachment=$matches[1]&fv_player_embed=1\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/fvp(\\d+)?/?$\";s:60:\"index.php?attachment=$matches[1]&fv_player_embed=$matches[2]\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:41:\"index.php/.?.+?/attachment/([^/]+)/fvp/?$\";s:50:\"index.php?attachment=$matches[1]&fv_player_embed=1\";s:47:\"index.php/.?.+?/attachment/([^/]+)/fvp(\\d+)?/?$\";s:60:\"index.php?attachment=$matches[1]&fv_player_embed=$matches[2]\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:24:\"index.php/(.?.+?)/fvp/?$\";s:48:\"index.php?pagename=$matches[1]&fv_player_embed=1\";s:30:\"index.php/(.?.+?)/fvp(\\d+)?/?$\";s:58:\"index.php?pagename=$matches[1]&fv_player_embed=$matches[2]\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(28728,'_site_transient_timeout_browser_315117425c117d80648b71a24b9b1815','1511780090','yes'),(28729,'_site_transient_browser_315117425c117d80648b71a24b9b1815','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(29646,'_site_transient_timeout_browser_c06c3c73570bed09fdb6bbf99fa89e87','1514456698','yes'),(29647,'_site_transient_browser_c06c3c73570bed09fdb6bbf99fa89e87','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:5:\"10.10\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','yes'),(30817,'_site_transient_timeout_browser_b876c8fd7fc402e60530b64622320f7a','1518419299','yes'),(30818,'_site_transient_browser_b876c8fd7fc402e60530b64622320f7a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"63.0.3239.132\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(30819,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1517857708','no'),(30820,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1517857708','no'),(30821,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1517814508','no'),(30822,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1517857709','no'),(30823,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1517857709','no'),(30824,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1517814509','no'),(30825,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1517857709','no'),(30826,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1517857710','no'),(30827,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1517814510','no'),(30828,'_transient_timeout_plugin_slugs','1517900912','no'),(30829,'_transient_plugin_slugs','a:2:{i:0;s:38:\"fv-wordpress-flowplayer/flowplayer.php\";i:1;s:9:\"hello.php\";}','no'),(30830,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1517857710','no'),(30831,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/02/the-month-in-wordpress-january-2018/\'>The Month in WordPress: January 2018</a> <span class=\"rss-date\">February 2, 2018</span><div class=\"rssSummary\">Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project. WordPress 4.9.2 Security and Maintenance Release On January 16, WordPress […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2018/02/national-magazine-award-nomination/\'>Matt: National Magazine Award Nomination</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/02/the-month-in-wordpress-january-2018/\'>Dev Blog: The Month in WordPress: January 2018</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-4-9-3-rescheduled-for-february-5th\'>WPTavern: WordPress 4.9.3 Rescheduled for February 5th</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/jetpack/\' class=\'dashboard-news-plugin-link\'>Jetpack by WordPress.com</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=jetpack&_wpnonce=cd20ce46d8&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Jetpack by WordPress.com\'>Install</a>)</span></li></ul></div>','no'),(30832,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1517815039;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:38:\"fv-wordpress-flowplayer/flowplayer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/fv-wordpress-flowplayer\";s:4:\"slug\";s:23:\"fv-wordpress-flowplayer\";s:6:\"plugin\";s:38:\"fv-wordpress-flowplayer/flowplayer.php\";s:11:\"new_version\";s:3:\"6.4\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/fv-wordpress-flowplayer/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/fv-wordpress-flowplayer.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:76:\"https://ps.w.org/fv-wordpress-flowplayer/assets/icon-128x128.png?rev=1085518\";s:2:\"2x\";s:76:\"https://ps.w.org/fv-wordpress-flowplayer/assets/icon-256x256.png?rev=1085518\";s:3:\"svg\";s:68:\"https://ps.w.org/fv-wordpress-flowplayer/assets/icon.svg?rev=1085604\";s:7:\"default\";s:68:\"https://ps.w.org/fv-wordpress-flowplayer/assets/icon.svg?rev=1085604\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:78:\"https://ps.w.org/fv-wordpress-flowplayer/assets/banner-772x250.png?rev=1668464\";s:7:\"default\";s:78:\"https://ps.w.org/fv-wordpress-flowplayer/assets/banner-772x250.png?rev=1668464\";}s:11:\"banners_rtl\";a:0:{}}}}','yes'),(30833,'fv_player_email_lists','a:1:{i:1;a:6:{s:10:\"first_name\";b:1;s:9:\"last_name\";b:0;s:11:\"integration\";b:0;s:5:\"title\";s:21:\"Subscribe to list one\";s:11:\"description\";s:39:\"Two good reasons to subscribe right now\";s:8:\"disabled\";b:0;}}','yes'),(30836,'_site_transient_timeout_theme_roots','1517816838','yes'),(30837,'_site_transient_theme_roots','a:4:{s:7:\"hometex\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(30838,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1517815039;s:7:\"checked\";a:4:{s:7:\"hometex\";s:5:\"1.1.0\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.9.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.1.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.3.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(30839,'_transient_doing_cron','1521494361.0055680274963378906250','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=446 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,6,'_edit_last','1'),(7,6,'_edit_lock','1506770233:1'),(9,9,'_wp_attached_file','2015/11/image002.jpg'),(12,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:107;s:6:\"height\";i:141;s:4:\"file\";s:20:\"2015/11/image002.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(13,10,'_wp_attached_file','2015/11/image001.jpg'),(16,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:277;s:4:\"file\";s:20:\"2015/11/image001.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image001-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"image001-125x69.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(18,6,'_wp_page_template','template-home.php'),(21,15,'_menu_item_type','post_type'),(24,15,'_menu_item_menu_item_parent','0'),(27,15,'_menu_item_object_id','6'),(30,15,'_menu_item_object','page'),(33,15,'_menu_item_target',''),(36,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(39,15,'_menu_item_xfn',''),(42,15,'_menu_item_url',''),(48,19,'_edit_last','1'),(51,19,'_edit_lock','1506758771:1'),(54,19,'_wp_page_template','default'),(57,24,'_menu_item_type','post_type'),(60,24,'_menu_item_menu_item_parent','0'),(63,24,'_menu_item_object_id','19'),(66,24,'_menu_item_object','page'),(69,24,'_menu_item_target',''),(72,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(75,24,'_menu_item_xfn',''),(78,24,'_menu_item_url',''),(79,31,'_menu_item_type','custom'),(82,31,'_menu_item_menu_item_parent','0'),(85,31,'_menu_item_object_id','31'),(88,31,'_menu_item_object','custom'),(91,31,'_menu_item_target',''),(94,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(97,31,'_menu_item_xfn',''),(100,31,'_menu_item_url','#'),(106,30,'_edit_last','1'),(109,30,'_edit_lock','1506768419:1'),(112,30,'_wp_page_template','default'),(114,36,'_menu_item_type','post_type'),(117,36,'_menu_item_menu_item_parent','31'),(120,36,'_menu_item_object_id','30'),(123,36,'_menu_item_object','page'),(126,36,'_menu_item_target',''),(129,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(132,36,'_menu_item_xfn',''),(135,36,'_menu_item_url',''),(139,37,'_edit_last','1'),(142,37,'_edit_lock','1505384243:1'),(144,37,'_wp_page_template','default'),(145,40,'_menu_item_type','post_type'),(148,40,'_menu_item_menu_item_parent','31'),(151,40,'_menu_item_object_id','37'),(154,40,'_menu_item_object','page'),(157,40,'_menu_item_target',''),(160,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(163,40,'_menu_item_xfn',''),(166,40,'_menu_item_url',''),(172,42,'_edit_last','1'),(175,42,'_edit_lock','1487761878:1'),(177,42,'_wp_page_template','default'),(180,48,'_menu_item_type','post_type'),(183,48,'_menu_item_menu_item_parent','31'),(186,48,'_menu_item_object_id','42'),(189,48,'_menu_item_object','page'),(192,48,'_menu_item_target',''),(195,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(198,48,'_menu_item_xfn',''),(201,48,'_menu_item_url',''),(207,51,'_edit_last','1'),(210,51,'_edit_lock','1505379261:1'),(213,51,'_wp_page_template','default'),(214,55,'_menu_item_type','post_type'),(217,55,'_menu_item_menu_item_parent','0'),(220,55,'_menu_item_object_id','51'),(223,55,'_menu_item_object','page'),(226,55,'_menu_item_target',''),(229,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(232,55,'_menu_item_xfn',''),(235,55,'_menu_item_url',''),(240,57,'_edit_last','1'),(243,57,'_edit_lock','1505554526:1'),(244,57,'_wp_page_template','default'),(246,60,'_menu_item_type','post_type'),(249,60,'_menu_item_menu_item_parent','0'),(252,60,'_menu_item_object_id','57'),(255,60,'_menu_item_object','page'),(258,60,'_menu_item_target',''),(261,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(264,60,'_menu_item_xfn',''),(267,60,'_menu_item_url',''),(273,61,'_edit_last','1'),(276,61,'_edit_lock','1487762071:1'),(277,61,'_wp_page_template','default'),(280,67,'_menu_item_type','post_type'),(283,67,'_menu_item_menu_item_parent','0'),(286,67,'_menu_item_object_id','61'),(289,67,'_menu_item_object','page'),(292,67,'_menu_item_target',''),(295,67,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(298,67,'_menu_item_xfn',''),(301,67,'_menu_item_url',''),(307,70,'_edit_last','1'),(310,70,'_edit_lock','1447668852:1'),(312,70,'_wp_page_template','default'),(315,75,'_edit_last','1'),(318,75,'_wp_page_template','default'),(321,75,'_edit_lock','1506769416:1'),(322,79,'_menu_item_type','post_type'),(325,79,'_menu_item_menu_item_parent','31'),(328,79,'_menu_item_object_id','75'),(331,79,'_menu_item_object','page'),(334,79,'_menu_item_target',''),(337,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(340,79,'_menu_item_xfn',''),(343,79,'_menu_item_url',''),(349,82,'_menu_item_type','post_type'),(352,82,'_menu_item_menu_item_parent','31'),(355,82,'_menu_item_object_id','70'),(358,82,'_menu_item_object','page'),(361,82,'_menu_item_target',''),(364,82,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(367,82,'_menu_item_xfn',''),(370,82,'_menu_item_url',''),(376,85,'_edit_last','1'),(379,85,'_edit_lock','1505386001:1'),(381,85,'_wp_page_template','default'),(382,88,'_menu_item_type','post_type'),(385,88,'_menu_item_menu_item_parent','31'),(388,88,'_menu_item_object_id','85'),(391,88,'_menu_item_object','page'),(394,88,'_menu_item_target',''),(397,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(400,88,'_menu_item_xfn',''),(403,88,'_menu_item_url',''),(404,134,'_edit_last','1'),(407,134,'_edit_lock','1463502008:1'),(410,134,'_wp_page_template','default'),(411,141,'_wp_attached_file','2016/10/Slide1.png'),(412,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:18:\"2016/10/Slide1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Slide1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Slide1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Slide1-125x70.png\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:18:\"Slide1-615x346.png\";s:5:\"width\";i:615;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(413,141,'_edit_lock','1475992372:2'),(415,157,'_wp_attached_file','2015/11/Home-Tex-Sri-Lanka.jpg'),(417,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:140;s:4:\"file\";s:30:\"2015/11/Home-Tex-Sri-Lanka.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Home-Tex-Sri-Lanka-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Home-Tex-Sri-Lanka-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Home-Tex-Sri-Lanka-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(419,165,'_wp_attached_file','2015/11/Home-Tex-Sri-Lanka1.jpg'),(421,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:140;s:4:\"file\";s:31:\"2015/11/Home-Tex-Sri-Lanka1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Home-Tex-Sri-Lanka1-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Home-Tex-Sri-Lanka1-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Home-Tex-Sri-Lanka1-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(423,167,'_wp_attached_file','2015/11/Sri-Lanka-Map.jpg'),(425,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:348;s:4:\"file\";s:25:\"2015/11/Sri-Lanka-Map.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Sri-Lanka-Map-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(426,187,'_edit_lock','1495254650:1'),(427,187,'_edit_last','1'),(430,189,'_edit_last','1'),(431,189,'_wp_page_template','default'),(432,189,'_edit_lock','1495521225:1'),(433,191,'_menu_item_type','post_type'),(434,191,'_menu_item_menu_item_parent','31'),(435,191,'_menu_item_object_id','189'),(436,191,'_menu_item_object','page'),(437,191,'_menu_item_target',''),(438,191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(439,191,'_menu_item_xfn',''),(440,191,'_menu_item_url',''),(441,207,'_edit_lock','1517814649:1'),(442,207,'_edit_last','1'),(443,207,'_wp_page_template','template-home.php'),(444,210,'_wp_attached_file','2017/09/2nd-Hometexbd.jpg'),(445,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:149;s:4:\"file\";s:25:\"2017/09/2nd-Hometexbd.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"2nd-Hometexbd-150x149.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"2nd-Hometexbd-125x93.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:9:\"Basic RGB\";s:11:\"orientation\";i:1;}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=215 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2015-09-16 21:23:53','2015-09-16 21:23:53','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2015-09-16 21:23:53','2015-09-16 21:23:53','',0,'http://www.cems-hometex.com/hometex/?p=1',0,'post','',1),(2,1,'2015-09-16 21:23:53','2015-09-16 21:23:53','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.cems-hometex.com/hometex/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2015-09-16 21:23:53','2015-09-16 21:23:53','',0,'http://www.cems-hometex.com/hometex/?page_id=2',0,'page','',0),(6,1,'2015-11-15 05:58:05','2015-11-15 05:58:05','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n\r\n<!--h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Focus</h3>\r\nHOME TEX SRI LANKA 2017 will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-\r\n\r\nDesigners / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers /....\r\n\r\n<a title=\"Classification of Exhibit\" href=\"http://www.cems-hometex.com/index.php/focus/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\n<div>\r\nA perfect Exhibition for Home Textile products & Services, in Sri Lanka…. \r\n‘CEMS Global’ brings to you ‘HOME TEX SRI LANKA 2017’ scheduled to be held from 15 – 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n</div>\r\n<a title=\"Highlights\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/Sri-Lanka-Map-300x248.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : <i>The biggest 3-days International Exhibition on Home Design & Decoration.\r\n</i>\r\nCooperated by : <i>CEMS Global Asia Pacific Singapore,CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia </i>\r\n\r\nOrganizer : CEMS Global USA\r\n\r\n<a title=\"Fact Sheet\" href=\"http://www.cems-hometex.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','publish','closed','closed','','home','','','2017-09-30 11:17:12','2017-09-30 11:17:12','',0,'http://www.cems-hometex.com/?page_id=6',0,'page','',0),(9,1,'2015-11-15 05:47:27','2015-11-15 05:47:27','','image002','','inherit','open','closed','','image002','','','2015-11-15 05:47:27','2015-11-15 05:47:27','',6,'http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg',0,'attachment','image/jpeg',0),(10,1,'2015-11-15 05:56:31','2015-11-15 05:56:31','','image001','','inherit','open','closed','','image001','','','2015-11-15 05:56:31','2015-11-15 05:56:31','',6,'http://www.cems-hometex.com/wp-content/uploads/2015/11/image001.jpg',0,'attachment','image/jpeg',0),(12,1,'2015-11-15 05:58:05','2015-11-15 05:58:05','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"61\" height=\"80\" /></a> <span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"alignnone size-medium wp-image-10\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image001-300x166.jpg\" alt=\"image001\" width=\"300\" height=\"166\" /></a></p>\r\n<p style=\"text-align: right;\"><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong></span></p>\r\n<p style=\"text-align: right;\"><span style=\"color: #ff6600;\"><strong><em><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</em></strong></span></p>\r\n<p style=\"text-align: right;\"><span style=\"color: #ff0000;\"><strong>17 - 19 May, 2016.</strong></span></p>\r\n<p style=\"text-align: right;\"><span style=\"color: #000000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></p>','Home','','inherit','closed','closed','','6-revision-v1','','','2015-11-15 05:58:05','2015-11-15 05:58:05','',6,'http://www.cems-hometex.com/index.php/2015/11/15/6-revision-v1/',0,'revision','',0),(15,1,'2015-11-15 05:58:49','2015-11-15 05:58:49',' ','','','publish','closed','closed','','15','','','2017-09-30 11:14:22','2017-09-30 11:14:22','',0,'http://www.cems-hometex.com/?p=15',1,'nav_menu_item','',0),(16,1,'2015-11-15 06:01:26','2015-11-15 06:01:26','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"61\" height=\"80\" /></a> <span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"alignnone size-medium wp-image-10\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image001-300x166.jpg\" alt=\"image001\" width=\"300\" height=\"166\" /></a></p>\r\n\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #ff0000;\"><strong>17 - 19 May, 2016.</strong></span></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #000000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></h3>','Home','','inherit','closed','closed','','6-revision-v1','','','2015-11-15 06:01:26','2015-11-15 06:01:26','',6,'http://www.cems-hometex.com/index.php/2015/11/15/6-revision-v1/',0,'revision','',0),(19,1,'2015-11-15 06:05:39','2015-11-15 06:05:39','<strong>A perfect Exhibition for Home Textile products & Services, in Sri Lanka…</strong>\r\n\r\n‘CEMS Global’ brings to you <strong>‘</strong><strong>HOME TEX SRI LANKA 2017</strong>’ scheduled to be held from 15 - 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n\r\nSri Lanka presently seeing newer investments and also has a huge hospitality industry which Is tremendously growing every year with a constant need to procure their requirements for Home Textiles.\r\n\r\nHome Textiles as well as accessories, as movable decorations, reflect the owner\'s taste and create a personal atmosphere where they are placed. These items can break the boundaries of traditional decoration industry, using handicrafts, textiles, collectibles, and things such as lamps, floral items, and plants re-combined to form a new concept. Home accessories vary according to size and shape of room space, the owner\'s living habits, hobbies, tastes, and their economic situation.\r\n\r\nKeeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘HOME TEX SRI LANKA 2017</strong>’ showcasing all products & services from the Home Textiles, Design and Decoration sector from both local as well as global companies.\r\n\r\n<strong>‘HOME TEX SRI LANKA 2017</strong>’ will reveal to the country, the rapid developments in the industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Home Design and Decoration based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n<p style=\"text-align: justify;\"><strong>‘HOME TEX SRI LANKA 2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their Home Textile, Design and Decoration products/ services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</p>','Event Profile','','publish','closed','closed','','event-profile','','','2017-02-22 11:11:26','2017-02-22 11:11:26','',0,'http://www.cems-hometex.com/?page_id=19',0,'page','',0),(21,1,'2015-11-15 06:05:39','2015-11-15 06:05:39','<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>A perfect Exhibition for Home Textile products & Services, in Brazil….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you</span> <span style=\"color: #008000;\"><strong>‘INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong>’</span><span style=\"color: #000000;\"> scheduled to be held from 17 - 19 May 2016, will be a glittering showcase of the Home Design and Decoration based products and service industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Home accessories, as movable decorations, reflect the owner\'s taste and create a personal atmosphere where they are placed. These items can break the boundaries of traditional decoration industry, using handicrafts, textiles, collectibles, and things such as lamps, floral items, and plants re-combined to form a new concept. Home accessories vary according to size and shape of room space, the owner\'s living habits, hobbies, tastes, and their economic situation.</span></p>\r\n<p style=\"text-align: justify;\">\r\n<span style=\"color: #000000;\"> Keeping this in view, CEMS Global USA is going to launch an exhibition</span> <span style=\"color: #008000;\"><strong>‘INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong>’</span> <span style=\"color: #000000;\">showcasing all products & services from the Home Design and Decoration sector from both local as well as global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong>’</span> <span style=\"color: #000000;\">will reveal to the country, the rapid developments in the industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Home Design and Decoration based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing</span>.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong>’</span> <span style=\"color: #000000;\">will be a perfect platform for Manufacturers & Suppliers to showcase their Home Design and Decoration products/ services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</span></p>','Event Profile','','inherit','closed','closed','','19-revision-v1','','','2015-11-15 06:05:39','2015-11-15 06:05:39','',19,'http://www.cems-hometex.com/index.php/2015/11/15/19-revision-v1/',0,'revision','',0),(24,1,'2015-11-15 06:05:52','2015-11-15 06:05:52',' ','','','publish','closed','closed','','24','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=24',2,'nav_menu_item','',0),(30,1,'2015-11-16 09:55:42','2015-11-16 09:55:42','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><span style=\"color: #000000;\"><strong><em>The biggest 3-days International Exhibition on Home Design & Decoration.</em></strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>15 – 17 September 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><strong><span style=\"color: #000000;\">Colombo, Sri Lanka.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td>Sri Lanka Exhibition & Convention Center (SLECC), Colombo, Sri Lanka</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.00 am to 6.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','publish','closed','closed','','fact-sheet','','','2017-09-30 08:09:20','2017-09-30 08:09:20','',0,'http://www.cems-hometex.com/?page_id=30',0,'page','',0),(31,1,'2015-11-16 09:53:38','2015-11-16 09:53:38','','Exhibitor','','publish','closed','closed','','exhibitor','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=31',3,'nav_menu_item','',0),(34,1,'2015-11-16 09:55:42','2015-11-16 09:55:42','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/MAPbrazil.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/MAPbrazil.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><span style=\"color: #000000;\"><strong><em>The biggest 3-days International Exhibition on Home Design & Decoration.</em></strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>17 - 19 May, 2016</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><strong><span style=\"color: #000000;\">Sao Paulo, Brazil.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>Transamerica Expo Center,Sao Paulo, Brazil.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','30-revision-v1','','','2015-11-16 09:55:42','2015-11-16 09:55:42','',30,'http://www.cems-hometex.com/index.php/2015/11/16/30-revision-v1/',0,'revision','',0),(36,1,'2015-11-16 09:56:01','2015-11-16 09:56:01',' ','','','publish','closed','closed','','36','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=36',4,'nav_menu_item','',0),(37,1,'2015-11-16 09:58:35','2015-11-16 09:58:35','<strong>A perfect Exhibition for Home Textile products & Services, in Sri Lanka….</strong><strong> </strong>\r\n\r\n‘CEMS Global’ brings to you <strong>‘</strong><strong>HOME TEX SRI LANKA 2017</strong>’ scheduled to be held from 15 - 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n\r\nSri Lanka presently seeing newer investments and also has a huge hospitality industry which Is tremendously growing every year with a constant need to procure their requirements for Home Textiles.\r\n\r\nHome Textiles as well as accessories, as movable decorations, reflect the owner\'s taste and create a personal atmosphere where they are placed. These items can break the boundaries of traditional decoration industry, using handicrafts, textiles, collectibles, and things such as lamps, floral items, and plants re-combined to form a new concept. Home accessories vary according to size and shape of room space, the owner\'s living habits, hobbies, tastes, and their economic situation.\r\nKeeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘HOME TEX SRI LANKA 2017</strong>’ showcasing all products & services from the Home Textiles, Design and Decoration sector from both local as well as global companies.\r\n\r\n<strong>‘HOME TEX SRI LANKA 2017</strong>’ will reveal to the country, the rapid developments in the industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Home Design and Decoration based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n<p style=\"text-align: justify;\"><strong>‘HOME TEX SRI LANKA 2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their Home Textile, Design and Decoration products/ services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</p>','Highlights','','publish','closed','closed','','highlights','','','2017-02-22 11:12:34','2017-02-22 11:12:34','',0,'http://www.cems-hometex.com/?page_id=37',0,'page','',0),(39,1,'2015-11-16 09:58:35','2015-11-16 09:58:35','<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>A perfect Exhibition for Home Textile products & Services, in Brazil….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you</span> <span style=\"color: #008000;\"><strong>‘INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong>’</span> <span style=\"color: #000000;\">scheduled to be held from 17 - 19 May 2016, will be a glittering showcase of the Home Design and Decoration based products and service industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Home accessories, as movable decorations, reflect the owner\'s taste and create a personal atmosphere where they are placed. These items can break the boundaries of traditional decoration industry, using handicrafts, textiles, collectibles, and things such as lamps, floral items, and plants re-combined to form a new concept. Home accessories vary according to size and shape of room space, the owner\'s living habits, hobbies, tastes, and their economic situation.</span></p>\r\n<p style=\"text-align: justify;\">\r\n<span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition</span> <span style=\"color: #008000;\"><strong>‘INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong>’</span> <span style=\"color: #000000;\">showcasing all products & services from the Home Design and Decoration sector from both local as well as global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong>’</span> <span style=\"color: #000000;\">will reveal to the country, the rapid developments in the industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Home Design and Decoration based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong>’</span> <span style=\"color: #000000;\">will be a perfect platform for Manufacturers & Suppliers to showcase their Home Design and Decoration products/ services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</span></p>','Highlights','','inherit','closed','closed','','37-revision-v1','','','2015-11-16 09:58:35','2015-11-16 09:58:35','',37,'http://www.cems-hometex.com/index.php/2015/11/16/37-revision-v1/',0,'revision','',0),(40,1,'2015-11-16 09:58:53','2015-11-16 09:58:53',' ','','','publish','closed','closed','','40','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=40',5,'nav_menu_item','',0),(42,1,'2015-11-16 09:59:43','2015-11-16 09:59:43','<strong>HOME TEX SRI LANKA 2017 </strong>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-\r\n\r\nDesigners / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers / Supermarkets / Chain Stores / Trading Companies / Agents / Press & Publications / Trade Association Or Organizations / Textile Associations / Home Textile Manufacturers / Buying Offices / Franchisees / Curtains & Tulles / Bed Linen & Blanket / Furniture & Upholstery / Kitchen Textiles / Bathroom Products / Carpet / Wall Covering / Solar-Protective Materials / Design / Technology / Services / Contract / Online.','Focus','','publish','closed','closed','','focus','','','2017-02-22 11:12:58','2017-02-22 11:12:58','',0,'http://www.cems-hometex.com/?page_id=42',0,'page','',0),(45,1,'2015-11-16 09:59:43','2015-11-16 09:59:43','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</span></strong></em> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Architects / Contract Businesses / Designers / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers / Supermarkets / Chain Stores / Trading Companies / Agents / Press & Publications / Trade Association Or Organizations / Textile Associations / Home Textile Manufacturers / Buying Offices / Franchisees / Curtains & Tulles / Bed Linen & Blanket / Furniture & Upholstery / Kitchen Textiles / Bathroom Products / Carpet / Wall Covering / Solar-Protective Materials / Design / Technology / Services / Contract / Online.</span></p>','Focus','','inherit','closed','closed','','42-revision-v1','','','2015-11-16 09:59:43','2015-11-16 09:59:43','',42,'http://www.cems-hometex.com/index.php/2015/11/16/42-revision-v1/',0,'revision','',0),(48,1,'2015-11-16 10:00:03','2015-11-16 10:00:03',' ','','','publish','closed','closed','','48','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=48',6,'nav_menu_item','',0),(51,1,'2015-11-16 10:02:20','2015-11-16 10:02:20','CEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.\r\n','About CEMS-Global','','publish','closed','closed','','about-cems-global','','','2017-05-07 06:33:52','2017-05-07 06:33:52','',0,'http://www.cems-hometex.com/?page_id=51',0,'page','',0),(54,1,'2015-11-16 10:02:20','2015-11-16 10:02:20','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Since its inception in 1992, CEMS, in this span of nearly 2 decades, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA, CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia and over 10 associate offices around the world. CEMS-Global organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia & South America.</span></p>','About CEMS-Global','','inherit','closed','closed','','51-revision-v1','','','2015-11-16 10:02:20','2015-11-16 10:02:20','',51,'http://www.cems-hometex.com/index.php/2015/11/16/51-revision-v1/',0,'revision','',0),(55,1,'2015-11-16 10:02:43','2015-11-16 10:02:43',' ','','','publish','closed','closed','','55','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=55',11,'nav_menu_item','',0),(57,1,'2015-11-16 10:13:45','2015-11-16 10:13:45','<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-96\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n\r\n<strong><em><span style=\"color: #ff0000;\">CEMS Global Offices</span></em></strong>\r\n\r\n<strong><em><span style=\"color: #ff0000;\">Global HQ</span></em></strong>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-53\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-usa.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></span>\r\n<em><strong><span style=\"color: #ff0000;\"> Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<span style=\"color: #000000;\"> 57 W. 57th Street, 4th Floor,</span>\r\n<span style=\"color: #000000;\"> New York, NY 10019</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +1 646 416 7902</span>\r\n<span style=\"color: #000000;\"> Fax: +1 646 365 8625</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsonline.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cems-global.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Lanka-Logo1.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-104\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Lanka-Logo1.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Sri Lanka</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Lanka (Private) Limited</span>\r\n<span style=\"color: #000000;\"> 9 - 4/2, Station Road, Bambalapitiya, Colombo - 4, Sri Lanka</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591750 ~ 52</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 - 753</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemslanka.com,<a href=\"mailto:cemslanka@sltnet.lk\" target=\"_blank\">cemslanka@sltnet.lk</a></span>\r\n<span style=\"color: #000000;\"> Web : www.cemslanka.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Global2.png\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-6\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Global2.png\" alt=\"CEMS Global2\" width=\"58\" height=\"80\" /></span></a></span>\r\n<em><strong><span style=\"color: #ff0000;\"> Corporate Office for Asia-Pacific</span></strong></em>\r\n<span style=\"color: #000000;\"> CEMS-Global Asia Pacific Pte. Ltd.</span>\r\n<span style=\"color: #000000;\"> 8 Temasek Boulevard, # 42-00 Suntec Tower Three, Singapore 038988</span>\r\n\r\n<span style=\"color: #000000;\">Tel : + 65 - 6829 - 2144</span>\r\n<span style=\"color: #000000;\"> Fax : + 65 - 6829 - 2145</span>\r\n<span style=\"color: #000000;\"> Mail :contact@cems-hometex.com , cems@cems-asiapacific.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsonline.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-india.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-101\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for India & South - Asia</span></strong></em>\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</strong></span>\r\n\r\n<span style=\"color: #000000;\">Tel : +91 - 11 - 42004700 ~ 12</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 42004717</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsindia.in</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsindia.in</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-103\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Bangladesh</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Tel : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsbangladesh.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbangladesh.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-INDO.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-105\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-INDO.jpg\" alt=\"CEMS INDO\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Indonesia</span></strong></em>\r\n<span style=\"color: #000000;\">PT Cems Indonesia</span>\r\n<span style=\"color: #000000;\"> Menara BCA – Grand Indonesia, 50th Floor</span>\r\n<span style=\"color: #000000;\"> Jl. MH Thamrin No. 1 , Jakarta 10310, Indonesia </span>\r\n<span style=\"color: #000000;\">Phone : +62 21 2358 4771 (Hunting)</span>\r\n<span style=\"color: #000000;\"> Fax :+62 21 2358 4001</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsindonesia.com</span>\r\n<span style=\"color: #000000;\"> Web : . <a href=\"http://www.cemsonline.com/\" target=\"_blank\"><span style=\"color: #000000;\">www.cemsindonesia.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-96\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"70\" height=\"100\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">CEMS-Global Brazil Representative Office</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> Alameda Santos, 1827, Conj. 112, Sao Paulo SP – 01419-002 ,Brazil</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +55 11 3882 0065,</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsbrazil.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbrazil.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon................</span>','Contact us','','publish','closed','closed','','contact-us','','','2017-09-16 09:35:06','2017-09-16 09:35:06','',0,'http://www.cems-hometex.com/?page_id=57',0,'page','',0),(58,1,'2015-11-16 10:13:45','2015-11-16 10:13:45','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n \r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [ CEMS India ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New Delhi, India</span>\r\n\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880-2 - 881 8111 ~ 5, F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Shanghai, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86 - 21 - 50492570 ~ 73 F : +86 - 21 – 50492575</span>\r\n\r\nM : <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a>, <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a>\r\n\r\nW : <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2015-11-16 10:13:45','2015-11-16 10:13:45','',57,'http://www.cems-hometex.com/index.php/2015/11/16/57-revision-v1/',0,'revision','',0),(60,1,'2015-11-16 10:14:02','2015-11-16 10:14:02',' ','','','publish','closed','closed','','60','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=60',13,'nav_menu_item','',0),(61,1,'2015-11-16 10:14:48','2015-11-16 10:14:48',' \r\n\r\nThe <strong>‘</strong><strong>HOME TEX SRI LANKA EXPO 2017</strong>’ will focus on Exhibits consisting of:\r\n\r\n<strong> </strong><strong>Bed: </strong>Bedding, Bed linens, Blankets, Decorative cushions, Bedroom accessories etc.\r\n\r\n<strong> </strong><strong>Bath</strong>: Bathroom textiles and accessories etc\r\n\r\n<strong>Table</strong>: Table and kitchen linen, Table-top decorations and accessories, Table cloths etc.\r\n\r\n<strong>Upholstery</strong>: Furniture fabrics, Decorative cushions etc\r\n\r\n<strong>Floor</strong>: Carpeting and rugs etc.\r\n\r\n<strong>Window</strong>: Decorative fabrics, Curtains and curtain accessories etc.','Profile of Exhibits','','publish','closed','closed','','profile-of-exhibits','','','2017-02-22 11:14:29','2017-02-22 11:14:29','',0,'http://www.cems-hometex.com/?page_id=61',0,'page','',0),(64,1,'2015-11-16 10:14:48','2015-11-16 10:14:48','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Home Design & Decoration Exhibits: </strong> Bedding & Toweling / Bed Linen, Blankets & Bedding Products / Terry & Toweling Products And Bath Mats / Futons - Down Products, Silk And Quilts / Pillows / Memory Foam / Mattresses, Mattress Protectors & Pads / Cushions / Baby Bedding / Other Bedding Products / Decorative Fabrics – Upholstery / Upholstery - Furniture Fabrics / Upholstery - Furniture Leather / Upholstery Accessories (Tapestries Etc) / Decorative Fabrics – Curtains / Curtain Fabrics / Window Screening Fabrics / Curtain Accessories (Tassels & Trimmings Etc) / Curtain Products (Fine Products) / Window (Non-Textile) / Sun-Protection Systems (Sunshades, Roman, Venetian Blinds Etc) / Curtain Accessories (Curtain Tracks, Rods And Motors Etc) / Wall And Interior Decorations / Wall Covering Products / Handicrafts, Decorative Paintings, / Mirrors And Frames / Decorative Lighting / Ceramic And Glass House Wares / Carpets & Rugs / Table & Kitchen Linen, Home Storage Boxes / Design / Printing & CAD / CAM / CIM System / Design & Styling / Outdoor Textile Products And Household Products / Others / Trade Publications / E-Commerce / Textiles For Contract Market / Curtains / Bedding / Towels / Tablecloths / Hotel Textiles / Fabrics / Bedding Fabrics / Furniture Fabrics / Curtains / Sofa / Bedding Accessories / Accessories / Fabric Sofa / Soft Bed / Carpet / Wallpaper Wall Covering / Home Accessories / Ornaments / Textile Fabric Design / Textile Production Machinery / Tools / Computer Design Systems / Textile Books / Magazines / Textile Intermediary Services / Website</span></p>','Profile of Exhibits','','inherit','closed','closed','','61-revision-v1','','','2015-11-16 10:14:48','2015-11-16 10:14:48','',61,'http://www.cems-hometex.com/index.php/2015/11/16/61-revision-v1/',0,'revision','',0),(67,1,'2015-11-16 10:15:07','2015-11-16 10:15:07',' ','','','publish','closed','closed','','67','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=67',12,'nav_menu_item','',0),(70,1,'2015-11-16 10:16:15','2015-11-16 10:16:15','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/EXPOAPPLICATIONFORM.pdf\" target=\"_blank\">EXPO APPLICATION FORM</a>','Expo Application Form','','publish','closed','closed','','expo-application-form','','','2015-11-16 10:16:15','2015-11-16 10:16:15','',0,'http://www.cems-hometex.com/?page_id=70',0,'page','',0),(72,1,'2015-11-16 10:16:15','2015-11-16 10:16:15','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/EXPOAPPLICATIONFORM.pdf\" target=\"_blank\">EXPO APPLICATION FORM</a>','Expo Application Form','','inherit','closed','closed','','70-revision-v1','','','2015-11-16 10:16:15','2015-11-16 10:16:15','',70,'http://www.cems-hometex.com/index.php/2015/11/16/70-revision-v1/',0,'revision','',0),(75,1,'2015-11-16 10:16:50','2015-11-16 10:16:50','<span style=\"color: #ff0000;\"><strong>Business Matching Service</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seeking for Potential Customers and Orders ?</strong></span>\r\n<span style=\"color: #000000;\"> <strong> Looking for an Agent or Distributor ??</strong></span>\r\n<span style=\"color: #000000;\"> <strong> Wish to further expand business and customer base ???</strong></span>\r\n\r\n<span style=\"color: #000000;\">One-to-One Business Matching Service</span>\r\n<span style=\"color: #000000;\"> A value-added services by CEMS - to connect you to the right customers</span>\r\n\r\n<span style=\"color: #000000;\">The Organizer has received positive feedback from many Exhibiting companies in various `CEMS Exhibitions’ held previously. Many have gained quality leads and had the opportunity to meet with their targeted customers or have been able to expand & launch their business.</span>\r\n\r\n<span style=\"color: #000000;\">The Business Matching Service provided by CEMS to its Exhibitors free-of-charge will provide exhibiting companies with the smarter choice to connect with the right customers.</span>\r\n\r\n<span style=\"color: #000000;\">Please write to us with your requirements and leave the rest to us to CONNECT you……</span>','CEMS Business Matching Service','','publish','closed','closed','','cems-business-matching-service','','','2015-11-16 10:16:50','2015-11-16 10:16:50','',0,'http://www.cems-hometex.com/?page_id=75',0,'page','',0),(78,1,'2015-11-16 10:16:50','2015-11-16 10:16:50','<span style=\"color: #ff0000;\"><strong>Business Matching Service</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seeking for Potential Customers and Orders ?</strong></span>\r\n<span style=\"color: #000000;\"> <strong> Looking for an Agent or Distributor ??</strong></span>\r\n<span style=\"color: #000000;\"> <strong> Wish to further expand business and customer base ???</strong></span>\r\n\r\n<span style=\"color: #000000;\">One-to-One Business Matching Service</span>\r\n<span style=\"color: #000000;\"> A value-added services by CEMS - to connect you to the right customers</span>\r\n\r\n<span style=\"color: #000000;\">The Organizer has received positive feedback from many Exhibiting companies in various `CEMS Exhibitions’ held previously. Many have gained quality leads and had the opportunity to meet with their targeted customers or have been able to expand & launch their business.</span>\r\n\r\n<span style=\"color: #000000;\">The Business Matching Service provided by CEMS to its Exhibitors free-of-charge will provide exhibiting companies with the smarter choice to connect with the right customers.</span>\r\n\r\n<span style=\"color: #000000;\">Please write to us with your requirements and leave the rest to us to CONNECT you……</span>','CEMS Business Matching Service','','inherit','closed','closed','','75-revision-v1','','','2015-11-16 10:16:50','2015-11-16 10:16:50','',75,'http://www.cems-hometex.com/index.php/2015/11/16/75-revision-v1/',0,'revision','',0),(79,1,'2015-11-16 10:17:27','2015-11-16 10:17:27',' ','','','publish','closed','closed','','79','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=79',8,'nav_menu_item','',0),(82,1,'2015-11-16 10:17:27','2015-11-16 10:17:27',' ','','','publish','closed','closed','','82','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=82',7,'nav_menu_item','',0),(84,1,'2015-11-16 10:18:09','2015-11-16 10:18:09','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n \r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [ CEMS India ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New Delhi, India</span>\r\n\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880-2 - 881 8111 ~ 5, F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2015-11-16 10:18:09','2015-11-16 10:18:09','',57,'http://www.cems-hometex.com/index.php/2015/11/16/57-revision-v1/',0,'revision','',0),(85,1,'2015-11-16 10:18:54','2015-11-16 10:18:54','<strong>HOME TEX SRI LANKA 2017 </strong>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-\r\n\r\nDesigners / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers / Supermarkets / Chain Stores / Trading Companies / Agents / Press & Publications / Trade Association Or Organizations / Textile Associations / Home Textile Manufacturers / Buying Offices / Franchisees / Curtains & Tulles / Bed Linen & Blanket / Furniture & Upholstery / Kitchen Textiles / Bathroom Products / Carpet / Wall Covering / Solar-Protective Materials / Design / Technology / Services / Contract / Online.','Profile of Visitors','','publish','closed','closed','','profile-of-visitors','','','2017-02-22 11:13:20','2017-02-22 11:13:20','',0,'http://www.cems-hometex.com/?page_id=85',0,'page','',0),(87,1,'2015-11-16 10:18:54','2015-11-16 10:18:54','<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><em><strong>INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong></em></span> <span style=\"color: #000000;\">will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Architects / Contract Businesses / Designers / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers / Supermarkets / Chain Stores / Trading Companies / Agents / Press & Publications / Trade Association Or Organizations / Textile Associations / Home Textile Manufacturers / Buying Offices / Franchisees / Curtains & Tulles / Bed Linen & Blanket / Furniture & Upholstery / Kitchen Textiles / Bathroom Products / Carpet / Wall Covering / Solar-Protective Materials / Design / Technology / Services / Contract / Online.</span></p>','Profile of Visitors','','inherit','closed','closed','','85-revision-v1','','','2015-11-16 10:18:54','2015-11-16 10:18:54','',85,'http://www.cems-hometex.com/index.php/2015/11/16/85-revision-v1/',0,'revision','',0),(88,1,'2015-11-16 10:19:15','2015-11-16 10:19:15',' ','','','publish','closed','closed','','88','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=88',9,'nav_menu_item','',0),(92,1,'2015-12-07 07:59:25','2015-12-07 07:59:25','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880-2 - 881 8111 ~ 5, F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2015-12-07 07:59:25','2015-12-07 07:59:25','',57,'http://www.cems-hometex.com/index.php/2015/12/07/57-revision-v1/',0,'revision','',0),(96,1,'2016-02-07 05:32:18','2016-02-07 05:32:18','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +<span class=\"style4 \">880 ~2~9872750 , 9890779 , 9885726</span> , F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-02-07 05:32:18','2016-02-07 05:32:18','',57,'http://www.cems-hometex.com/index.php/2016/02/07/57-revision-v1/',0,'revision','',0),(98,1,'2016-02-07 06:35:58','2016-02-07 06:35:58','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +<span class=\"style4 \">880 ~2~9872750 , 9890779 , 9885726</span> , F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-02-07 06:35:58','2016-02-07 06:35:58','',57,'http://www.cems-hometex.com/index.php/2016/02/07/57-revision-v1/',0,'revision','',0),(99,1,'2016-02-18 11:43:09','2016-02-18 11:43:09','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span> , F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-02-18 11:43:09','2016-02-18 11:43:09','',57,'http://www.cems-hometex.com/index.php/2016/02/18/57-revision-v1/',0,'revision','',0),(104,1,'2016-03-02 10:38:26','2016-03-02 10:38:26','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span> , F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-03-02 10:38:26','2016-03-02 10:38:26','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-revision-v1/',0,'revision','',0),(105,1,'2016-03-02 10:39:11','2016-03-02 10:39:11','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span> , F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n<div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-03-02 10:39:11','2016-03-02 10:39:11','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-revision-v1/',0,'revision','',0),(111,1,'2016-03-02 10:40:49','2016-03-02 10:40:49','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span> , F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n<div>\r\n \r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-03-02 10:40:49','2016-03-02 10:40:49','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-revision-v1/',0,'revision','',0),(114,1,'2016-03-02 10:41:36','2016-03-02 10:41:36','\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span> , F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n<div>\r\n \r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-03-02 10:41:36','2016-03-02 10:41:36','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-revision-v1/',0,'revision','',0),(116,1,'2016-03-02 10:42:27','2016-03-02 10:42:27','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span> , F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n<div>\r\n \r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-03-02 10:42:27','2016-03-02 10:42:27','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-revision-v1/',0,'revision','',0),(122,1,'2016-03-02 11:14:20','2016-03-02 11:14:20','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span> , F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n<div>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-03-02 11:14:20','2016-03-02 11:14:20','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-revision-v1/',0,'revision','',0),(123,1,'2016-03-02 11:15:16','2016-03-02 11:15:16','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><strong><span style=\"color: #000000;\">CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</span></strong>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span><a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span> , F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://www.contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<div><span style=\"color: #000000;\">Web: www.cemschina.cn</span></div>\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-03-02 11:15:16','2016-03-02 11:15:16','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-revision-v1/',0,'revision','',0),(125,1,'2017-02-23 07:22:02','2017-02-23 07:22:02','','Contact us','','inherit','closed','closed','','57-autosave-v1','','','2017-02-23 07:22:02','2017-02-23 07:22:02','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-autosave-v1/',0,'revision','',0),(128,1,'2016-03-02 11:19:38','2016-03-02 11:19:38','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-hometex.com\">contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></div>\r\n<div><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a></div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>, </span>\r\n\r\n<span style=\"color: #000000;\">F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-hometex.com\"> contact@cems-hometex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86-10-82842588 F : +86-10-84832956</span>\r\n\r\nM : <a href=\"http://contact@cems-hometex.com\">contact@cems-hometex.com , </a><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a>\r\n\r\nW : <a href=\"http://www.cems-hometex.com\">www.cems-hometex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','57-revision-v1','','','2016-03-02 11:19:38','2016-03-02 11:19:38','',57,'http://www.cems-hometex.com/index.php/2016/03/02/57-revision-v1/',0,'revision','',0),(134,1,'2016-05-17 14:39:43','2016-05-17 14:39:43','[fvplayer src=\"http://124.6.227.200:1935/live/ttas16/livestream1/playlist.m3u8\" rtmp=\"rtmp://124.6.227.200:1935/live/ttas16\" rtmp_path=\"livestream1.flv\" autoplay=\"true\" embed=\"true\" live=\"true\" mobile=\"http://124.6.227.200:1935/live/ttas16/livestream1/playlist.m3u8\"][hdwplayer id=2]','test video','','publish','closed','closed','','test-video','','','2016-05-17 16:15:02','2016-05-17 16:15:02','',0,'http://www.cems-hometex.com/?page_id=134',0,'page','',0),(137,1,'2016-05-17 14:39:43','2016-05-17 14:39:43','[hdwplayer id=2]','test video','','inherit','closed','closed','','134-revision-v1','','','2016-05-17 14:39:43','2016-05-17 14:39:43','',134,'http://www.cems-hometex.com/index.php/2016/05/17/134-revision-v1/',0,'revision','',0),(138,1,'2016-05-17 16:15:02','2016-05-17 16:15:02','[fvplayer src=\"http://124.6.227.200:1935/live/ttas16/livestream1/playlist.m3u8\" rtmp=\"rtmp://124.6.227.200:1935/live/ttas16\" rtmp_path=\"livestream1.flv\" autoplay=\"true\" embed=\"true\" live=\"true\" mobile=\"http://124.6.227.200:1935/live/ttas16/livestream1/playlist.m3u8\"][hdwplayer id=2]','test video','','inherit','closed','closed','','134-revision-v1','','','2016-05-17 16:15:02','2016-05-17 16:15:02','',134,'http://www.cems-hometex.com/index.php/2016/05/17/134-revision-v1/',0,'revision','',0),(141,2,'2016-10-09 05:37:49','2016-10-09 05:37:49','','Slide1','','inherit','open','closed','','slide1','','','2016-10-09 05:37:49','2016-10-09 05:37:49','',0,'http://www.cems-hometex.com/wp-content/uploads/2016/10/Slide1.png',0,'attachment','image/png',0),(145,1,'2017-02-22 11:11:26','2017-02-22 11:11:26','<strong>A perfect Exhibition for Home Textile products & Services, in Sri Lanka…</strong>\r\n\r\n‘CEMS Global’ brings to you <strong>‘</strong><strong>HOME TEX SRI LANKA 2017</strong>’ scheduled to be held from 15 - 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n\r\nSri Lanka presently seeing newer investments and also has a huge hospitality industry which Is tremendously growing every year with a constant need to procure their requirements for Home Textiles.\r\n\r\nHome Textiles as well as accessories, as movable decorations, reflect the owner\'s taste and create a personal atmosphere where they are placed. These items can break the boundaries of traditional decoration industry, using handicrafts, textiles, collectibles, and things such as lamps, floral items, and plants re-combined to form a new concept. Home accessories vary according to size and shape of room space, the owner\'s living habits, hobbies, tastes, and their economic situation.\r\n\r\nKeeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘HOME TEX SRI LANKA 2017</strong>’ showcasing all products & services from the Home Textiles, Design and Decoration sector from both local as well as global companies.\r\n\r\n<strong>‘HOME TEX SRI LANKA 2017</strong>’ will reveal to the country, the rapid developments in the industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Home Design and Decoration based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n<p style=\"text-align: justify;\"><strong>‘HOME TEX SRI LANKA 2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their Home Textile, Design and Decoration products/ services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</p>','Event Profile','','inherit','closed','closed','','19-revision-v1','','','2017-02-22 11:11:26','2017-02-22 11:11:26','',19,'http://www.cems-hometex.com/index.php/2017/02/22/19-revision-v1/',0,'revision','',0),(147,1,'2017-02-22 11:12:34','2017-02-22 11:12:34','<strong>A perfect Exhibition for Home Textile products & Services, in Sri Lanka….</strong><strong> </strong>\r\n\r\n‘CEMS Global’ brings to you <strong>‘</strong><strong>HOME TEX SRI LANKA 2017</strong>’ scheduled to be held from 15 - 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n\r\nSri Lanka presently seeing newer investments and also has a huge hospitality industry which Is tremendously growing every year with a constant need to procure their requirements for Home Textiles.\r\n\r\nHome Textiles as well as accessories, as movable decorations, reflect the owner\'s taste and create a personal atmosphere where they are placed. These items can break the boundaries of traditional decoration industry, using handicrafts, textiles, collectibles, and things such as lamps, floral items, and plants re-combined to form a new concept. Home accessories vary according to size and shape of room space, the owner\'s living habits, hobbies, tastes, and their economic situation.\r\nKeeping this in view, CEMS Global USA is going to launch an exhibition <strong>‘HOME TEX SRI LANKA 2017</strong>’ showcasing all products & services from the Home Textiles, Design and Decoration sector from both local as well as global companies.\r\n\r\n<strong>‘HOME TEX SRI LANKA 2017</strong>’ will reveal to the country, the rapid developments in the industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Home Design and Decoration based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.\r\n<p style=\"text-align: justify;\"><strong>‘HOME TEX SRI LANKA 2017</strong>’ will be a perfect platform for Manufacturers & Suppliers to showcase their Home Textile, Design and Decoration products/ services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</p>','Highlights','','inherit','closed','closed','','37-revision-v1','','','2017-02-22 11:12:34','2017-02-22 11:12:34','',37,'http://www.cems-hometex.com/index.php/2017/02/22/37-revision-v1/',0,'revision','',0),(149,1,'2017-02-22 11:12:58','2017-02-22 11:12:58','<strong>HOME TEX SRI LANKA 2017 </strong>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-\r\n\r\nDesigners / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers / Supermarkets / Chain Stores / Trading Companies / Agents / Press & Publications / Trade Association Or Organizations / Textile Associations / Home Textile Manufacturers / Buying Offices / Franchisees / Curtains & Tulles / Bed Linen & Blanket / Furniture & Upholstery / Kitchen Textiles / Bathroom Products / Carpet / Wall Covering / Solar-Protective Materials / Design / Technology / Services / Contract / Online.','Focus','','inherit','closed','closed','','42-revision-v1','','','2017-02-22 11:12:58','2017-02-22 11:12:58','',42,'http://www.cems-hometex.com/index.php/2017/02/22/42-revision-v1/',0,'revision','',0),(151,1,'2017-02-22 11:13:20','2017-02-22 11:13:20','<strong>HOME TEX SRI LANKA 2017 </strong>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-\r\n\r\nDesigners / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers / Supermarkets / Chain Stores / Trading Companies / Agents / Press & Publications / Trade Association Or Organizations / Textile Associations / Home Textile Manufacturers / Buying Offices / Franchisees / Curtains & Tulles / Bed Linen & Blanket / Furniture & Upholstery / Kitchen Textiles / Bathroom Products / Carpet / Wall Covering / Solar-Protective Materials / Design / Technology / Services / Contract / Online.','Profile of Visitors','','inherit','closed','closed','','85-revision-v1','','','2017-02-22 11:13:20','2017-02-22 11:13:20','',85,'http://www.cems-hometex.com/index.php/2017/02/22/85-revision-v1/',0,'revision','',0),(153,1,'2017-02-22 11:13:36','2017-02-22 11:13:36','Since its inception in 1992, CEMS, in this span of 25 years, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 8 countries. With its Global HQ in USA, CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS Brazil, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia and over 10 associate offices around the world. CEMS-Global organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia & South America.','About CEMS-Global','','inherit','closed','closed','','51-revision-v1','','','2017-02-22 11:13:36','2017-02-22 11:13:36','',51,'http://www.cems-hometex.com/index.php/2017/02/22/51-revision-v1/',0,'revision','',0),(155,1,'2017-02-22 11:14:29','2017-02-22 11:14:29',' \r\n\r\nThe <strong>‘</strong><strong>HOME TEX SRI LANKA EXPO 2017</strong>’ will focus on Exhibits consisting of:\r\n\r\n<strong> </strong><strong>Bed: </strong>Bedding, Bed linens, Blankets, Decorative cushions, Bedroom accessories etc.\r\n\r\n<strong> </strong><strong>Bath</strong>: Bathroom textiles and accessories etc\r\n\r\n<strong>Table</strong>: Table and kitchen linen, Table-top decorations and accessories, Table cloths etc.\r\n\r\n<strong>Upholstery</strong>: Furniture fabrics, Decorative cushions etc\r\n\r\n<strong>Floor</strong>: Carpeting and rugs etc.\r\n\r\n<strong>Window</strong>: Decorative fabrics, Curtains and curtain accessories etc.','Profile of Exhibits','','inherit','closed','closed','','61-revision-v1','','','2017-02-22 11:14:29','2017-02-22 11:14:29','',61,'http://www.cems-hometex.com/index.php/2017/02/22/61-revision-v1/',0,'revision','',0),(157,1,'2017-02-22 11:15:39','2017-02-22 11:15:39','','Home-Tex-Sri-Lanka','','inherit','open','closed','','home-tex-sri-lanka','','','2017-02-22 11:15:39','2017-02-22 11:15:39','',6,'http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka.jpg',0,'attachment','image/jpeg',0),(159,1,'2017-09-14 07:52:32','2017-09-14 07:52:32','[one_sixth]\n<a href=\"#\"><img style=\"padding-top: 20px;\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" alt=\"index\" width=\"auto\" height=\"120\" /></a>\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\n[/one_sixth]\n\n[five_sixth_last]\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\n[/five_sixth_last]\n[three_fourth]\n\n<!--h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3-->\n\n[one_fourth]\n<img class=\"alignnone size-medium wp-image-370\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" />\n<h3>About CEMS</h3>\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries ........\n\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth]\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\n<h3>Focus</h3>\nHOME TEX SRI LANKA 2017 will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-\n\nDesigners / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers /....\n\n<a title=\"Classification of Exhibit\" href=\"http://www.cems-hometex.com/index.php/focus/\" target=\"_blank\">Read More</a>\n\n[/one_fourth]\n\n[one_fourth]\n\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" alt=\"Textech\" width=\"200\" height=\"120\" /></a>\n<h3>Highlights</h3>\n<div>A perfect Exhibition for Home Textile products & Services, in Sri Lanka….\n‘CEMS Global’ brings to you ‘HOME TEX SRI LANKA 2017’ scheduled to be held from 15 – 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.</div>\n<a title=\"Highlights\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/highlights/\" target=\"_blank\">Read More</a>\n[/one_fourth]\n\n[one_fourth_last]\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/Sri-Lanka-Map-300x248.jpg\" alt=\"conexpo\" width=\"200\" height=\"120\" /></a>\n<h3>Fact Sheet</h3>\nDetail : <i>The biggest 3-days International Exhibition on Home Design & Decoration.\n</i>\nCooperated by : <i>CEMS Global Asia Pacific Singapore,CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia </i>\n\nOrganizer : CEMS Global USA\n\n<a title=\"Fact Sheet\" href=\"http://www.cems-hometex.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\n[/one_fourth_last]','Home','','inherit','closed','closed','','6-autosave-v1','','','2017-09-14 07:52:32','2017-09-14 07:52:32','',6,'http://www.cems-hometex.com/index.php/2017/02/22/6-autosave-v1/',0,'revision','',0),(161,1,'2017-02-22 11:17:25','2017-02-22 11:17:25','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"61\" height=\"80\" /></a> <span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka-300x140.jpg\" alt=\"Home-Tex-Sri-Lanka\" width=\"300\" height=\"140\" /></a></p>\r\n\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 4-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><span><strong><span style=\"color: #ff0000;\">14 - 17 September, 2017.</span></strong></span></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-02-22 11:17:25','2017-02-22 11:17:25','',6,'http://www.cems-hometex.com/index.php/2017/02/22/6-revision-v1/',0,'revision','',0),(163,1,'2017-02-22 11:18:36','2017-02-22 11:18:36','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"61\" height=\"80\" /></a> <span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka-300x140.jpg\" alt=\"Home-Tex-Sri-Lanka\" width=\"300\" height=\"140\" /></a></p>\r\n\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 4-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">14 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-02-22 11:18:36','2017-02-22 11:18:36','',6,'http://www.cems-hometex.com/index.php/2017/02/22/6-revision-v1/',0,'revision','',0),(165,1,'2017-02-22 11:18:48','2017-02-22 11:18:48','','Home-Tex-Sri-Lanka','','inherit','open','closed','','home-tex-sri-lanka-2','','','2017-02-22 11:18:48','2017-02-22 11:18:48','',30,'http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka1.jpg',0,'attachment','image/jpeg',0),(167,1,'2017-02-22 11:19:33','2017-02-22 11:19:33','','Sri-Lanka-Map','','inherit','open','closed','','sri-lanka-map','','','2017-02-22 11:19:33','2017-02-22 11:19:33','',30,'http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg',0,'attachment','image/jpeg',0),(169,1,'2017-02-22 11:25:38','2017-02-22 11:25:38','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Detail</span></td>\n<td><span style=\"color: #000000;\"><strong><em>The biggest 4-days International Exhibition on Home Design & Decoration.</em></strong></span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Date</span></td>\n<td><span style=\"color: #000000;\"><strong>14 - 17 May, 2017</strong></span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Location</span></td>\n<td><strong><span style=\"color: #000000;\">Colombo, SRI LANKA.</span></strong></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Venue</span></td>\n<td>Sri Lanka Exhibition & Convention Center (SLECC), Colombo, Sri Lanka</td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\n<td><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Frequency</span></td>\n<td><span style=\"color: #000000;\">Annual</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Open to</span></td>\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Organizer</span></td>\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\n</tr>\n<tr>\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\n<td><span style=\"color: #000000;\">900</span></td>\n</tr>\n<tr>\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\n</tr>\n</tbody>\n</table>','Fact Sheet','','inherit','closed','closed','','30-autosave-v1','','','2017-02-22 11:25:38','2017-02-22 11:25:38','',30,'http://www.cems-hometex.com/index.php/2017/02/22/30-autosave-v1/',0,'revision','',0),(171,1,'2017-02-22 11:19:57','2017-02-22 11:19:57','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL HOME TEXTILE BRAZIL EXPO 2016</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><span style=\"color: #000000;\"><strong><em>The biggest 3-days International Exhibition on Home Design & Decoration.</em></strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>17 - 19 May, 2016</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><strong><span style=\"color: #000000;\">Sao Paulo, Brazil.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>Transamerica Expo Center,Sao Paulo, Brazil.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','30-revision-v1','','','2017-02-22 11:19:57','2017-02-22 11:19:57','',30,'http://www.cems-hometex.com/index.php/2017/02/22/30-revision-v1/',0,'revision','',0),(173,1,'2017-02-22 11:23:20','2017-02-22 11:23:20','<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-96\" alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"80\" height=\"114\" /></span></a></span>\r\n\r\n<strong><em><span style=\"color: #ff0000;\">CEMS Global Offices</span></em></strong>\r\n\r\n<strong><em><span style=\"color: #ff0000;\">Global HQ</span></em></strong>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-53\" alt=\"cems usa\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-usa.jpg\" width=\"100\" height=\"35\" /></span>\r\n<em><strong><span style=\"color: #ff0000;\"> Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<span style=\"color: #000000;\"> 57 W. 57th Street, 4th Floor,</span>\r\n<span style=\"color: #000000;\"> New York, NY 10019</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +1 646 416 7902</span>\r\n<span style=\"color: #000000;\"> Fax: +1 646 365 8625</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-dyechem.com , cems@cemsonline.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cems-global.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Lanka-Logo1.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-104\" alt=\"CEMS Lanka Logo\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Lanka-Logo1.jpg\" width=\"100\" height=\"34\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Sri Lanka</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Lanka (Private) Limited</span>\r\n<span style=\"color: #000000;\"> 9 - 4/2, Station Road, Bambalapitiya, Colombo - 4, Sri Lanka</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591750 ~ 52</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 - 753</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-dyechem.com , cems@cemslanka.com,<a href=\"mailto:cemslanka@sltnet.lk\" target=\"_blank\">cemslanka@sltnet.lk</a></span>\r\n<span style=\"color: #000000;\"> Web : www.cemslanka.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Global2.png\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-6\" alt=\"CEMS Global2\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Global2.png\" width=\"58\" height=\"80\" /></span></a></span>\r\n<em><strong><span style=\"color: #ff0000;\"> Corporate Office for Asia-Pacific</span></strong></em>\r\n<span style=\"color: #000000;\"> CEMS-Global Asia Pacific Pte. Ltd.</span>\r\n<span style=\"color: #000000;\"> 8 Temasek Boulevard, # 42-00 Suntec Tower Three, Singapore 038988</span>\r\n\r\n<span style=\"color: #000000;\">Tel : + 65 - 6829 - 2144</span>\r\n<span style=\"color: #000000;\"> Fax : + 65 - 6829 - 2145</span>\r\n<span style=\"color: #000000;\"> Mail :contact@cems-dyechem.com , cems@cems-asiapacific.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsonline.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-india.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-101\" alt=\"cems india\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-india.jpg\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for India & South - Asia</span></strong></em>\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</strong></span>\r\n\r\n<span style=\"color: #000000;\">Tel : +91 - 11 - 42004700 ~ 12</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 42004717</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-dyechem.com , cems@cemsindia.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsindia.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-103\" alt=\"cems bangladesh\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-bangladesh.jpg\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Bangladesh</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Tel : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-dyechem.com , cems@cemsbangladesh.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbangladesh.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-INDO.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-105\" alt=\"CEMS INDO\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-INDO.jpg\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Indonesia</span></strong></em>\r\n<span style=\"color: #000000;\">PT Cems Indonesia</span>\r\n<span style=\"color: #000000;\"> Menara BCA – Grand Indonesia, 50th Floor</span>\r\n<span style=\"color: #000000;\"> Jl. MH Thamrin No. 1 , Jakarta 10310, Indonesia </span>\r\n<span style=\"color: #000000;\">Phone : +62 21 2358 4771 (Hunting)</span>\r\n<span style=\"color: #000000;\"> Fax :+62 21 2358 4001</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsindonesia.com</span>\r\n<span style=\"color: #000000;\"> Web : . <a href=\"http://www.cemsonline.com/\" target=\"_blank\"><span style=\"color: #000000;\">www.cemsindonesia.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-96\" alt=\"CEMS GLOBAL CONTACT\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" width=\"70\" height=\"100\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">CEMS-Global Brazil Representative Office</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> Alameda Santos, 1827, Conj. 112, Sao Paulo SP – 01419-002 ,Brazil</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +55 11 3882 0065,</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsbrazil.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbrazil.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" alt=\"cems china\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon................</span>','Contact us','','inherit','closed','closed','','57-revision-v1','','','2017-02-22 11:23:20','2017-02-22 11:23:20','',57,'http://www.cems-hometex.com/index.php/2017/02/22/57-revision-v1/',0,'revision','',0),(175,1,'2017-02-22 11:25:44','2017-02-22 11:25:44','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><span style=\"color: #000000;\"><strong><em>The biggest 4-days International Exhibition on Home Design & Decoration.</em></strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>14 - 17 May, 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><strong><span style=\"color: #000000;\">Colombo, Sri Lanka.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td>Sri Lanka Exhibition & Convention Center (SLECC), Colombo, Sri Lanka</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','30-revision-v1','','','2017-02-22 11:25:44','2017-02-22 11:25:44','',30,'http://www.cems-hometex.com/index.php/2017/02/22/30-revision-v1/',0,'revision','',0),(177,1,'2017-02-22 11:26:05','2017-02-22 11:26:05','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><span style=\"color: #000000;\"><strong><em>The biggest 4-days International Exhibition on Home Design & Decoration.</em></strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>14 - 17 May, 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><strong><span style=\"color: #000000;\">Colombo, Sri Lanka.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td>Sri Lanka Exhibition & Convention Center (SLECC), Colombo, Sri Lanka</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.00 am to 6.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','30-revision-v1','','','2017-02-22 11:26:05','2017-02-22 11:26:05','',30,'http://www.cems-hometex.com/index.php/2017/02/22/30-revision-v1/',0,'revision','',0),(179,1,'2017-02-23 07:23:43','2017-02-23 07:23:43','<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-96\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n\r\n<strong><em><span style=\"color: #ff0000;\">CEMS Global Offices</span></em></strong>\r\n\r\n<strong><em><span style=\"color: #ff0000;\">Global HQ</span></em></strong>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-53\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-usa.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></span>\r\n<em><strong><span style=\"color: #ff0000;\"> Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<span style=\"color: #000000;\"> 57 W. 57th Street, 4th Floor,</span>\r\n<span style=\"color: #000000;\"> New York, NY 10019</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +1 646 416 7902</span>\r\n<span style=\"color: #000000;\"> Fax: +1 646 365 8625</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsonline.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cems-global.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Lanka-Logo1.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-104\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Lanka-Logo1.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Sri Lanka</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Lanka (Private) Limited</span>\r\n<span style=\"color: #000000;\"> 9 - 4/2, Station Road, Bambalapitiya, Colombo - 4, Sri Lanka</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591750 ~ 52</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 - 753</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemslanka.com,<a href=\"mailto:cemslanka@sltnet.lk\" target=\"_blank\">cemslanka@sltnet.lk</a></span>\r\n<span style=\"color: #000000;\"> Web : www.cemslanka.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Global2.png\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-6\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Global2.png\" alt=\"CEMS Global2\" width=\"58\" height=\"80\" /></span></a></span>\r\n<em><strong><span style=\"color: #ff0000;\"> Corporate Office for Asia-Pacific</span></strong></em>\r\n<span style=\"color: #000000;\"> CEMS-Global Asia Pacific Pte. Ltd.</span>\r\n<span style=\"color: #000000;\"> 8 Temasek Boulevard, # 42-00 Suntec Tower Three, Singapore 038988</span>\r\n\r\n<span style=\"color: #000000;\">Tel : + 65 - 6829 - 2144</span>\r\n<span style=\"color: #000000;\"> Fax : + 65 - 6829 - 2145</span>\r\n<span style=\"color: #000000;\"> Mail :contact@cems-hometex.com , cems@cems-asiapacific.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsonline.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-india.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-101\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for India & South - Asia</span></strong></em>\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</strong></span>\r\n\r\n<span style=\"color: #000000;\">Tel : +91 - 11 - 42004700 ~ 12</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 42004717</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsindia.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsindia.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-103\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Bangladesh</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Tel : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsbangladesh.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbangladesh.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-INDO.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-105\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-INDO.jpg\" alt=\"CEMS INDO\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Indonesia</span></strong></em>\r\n<span style=\"color: #000000;\">PT Cems Indonesia</span>\r\n<span style=\"color: #000000;\"> Menara BCA – Grand Indonesia, 50th Floor</span>\r\n<span style=\"color: #000000;\"> Jl. MH Thamrin No. 1 , Jakarta 10310, Indonesia </span>\r\n<span style=\"color: #000000;\">Phone : +62 21 2358 4771 (Hunting)</span>\r\n<span style=\"color: #000000;\"> Fax :+62 21 2358 4001</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsindonesia.com</span>\r\n<span style=\"color: #000000;\"> Web : . <a href=\"http://www.cemsonline.com/\" target=\"_blank\"><span style=\"color: #000000;\">www.cemsindonesia.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-96\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"70\" height=\"100\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">CEMS-Global Brazil Representative Office</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> Alameda Santos, 1827, Conj. 112, Sao Paulo SP – 01419-002 ,Brazil</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +55 11 3882 0065,</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsbrazil.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbrazil.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon................</span>','Contact us','','inherit','closed','closed','','57-revision-v1','','','2017-02-23 07:23:43','2017-02-23 07:23:43','',57,'http://www.cems-hometex.com/index.php/2017/02/23/57-revision-v1/',0,'revision','',0),(181,1,'2017-03-13 12:25:47','2017-03-13 12:25:47','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"61\" height=\"80\" /></a> <span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka-300x140.jpg\" alt=\"Home-Tex-Sri-Lanka\" width=\"300\" height=\"140\" /></a></p>\r\n\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 4-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-03-13 12:25:47','2017-03-13 12:25:47','',6,'http://www.cems-hometex.com/index.php/2017/03/13/6-revision-v1/',0,'revision','',0),(182,1,'2017-03-13 12:26:05','2017-03-13 12:26:05','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"61\" height=\"80\" /></a> <span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka-300x140.jpg\" alt=\"Home-Tex-Sri-Lanka\" width=\"300\" height=\"140\" /></a></p>\r\n\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-03-13 12:26:05','2017-03-13 12:26:05','',6,'http://www.cems-hometex.com/index.php/2017/03/13/6-revision-v1/',0,'revision','',0),(183,1,'2017-03-13 12:26:29','2017-03-13 12:26:29','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><span style=\"color: #000000;\"><strong><em>The biggest 3-days International Exhibition on Home Design & Decoration.</em></strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>15 - 17 May, 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><strong><span style=\"color: #000000;\">Colombo, Sri Lanka.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td>Sri Lanka Exhibition & Convention Center (SLECC), Colombo, Sri Lanka</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.00 am to 6.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','30-revision-v1','','','2017-03-13 12:26:29','2017-03-13 12:26:29','',30,'http://www.cems-hometex.com/index.php/2017/03/13/30-revision-v1/',0,'revision','',0),(185,1,'2017-05-07 06:33:52','2017-05-07 06:33:52','CEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries & organizing over 40 exhibitions per annum on all important sectors of the trade and economy. Based in New York, which hosts the group\'s headquarters; the branches of CEMS Global\'s expanded offices are operated in the following countries: India, China, Bangladesh, Sri Lanka, Singapore, Indonesia, and Brazil.\r\n','About CEMS-Global','','inherit','closed','closed','','51-revision-v1','','','2017-05-07 06:33:52','2017-05-07 06:33:52','',51,'http://www.cems-hometex.com/index.php/2017/05/07/51-revision-v1/',0,'revision','',0),(187,1,'2017-05-20 04:32:55','2017-05-20 04:32:55','','Online Visitor Registration','','publish','open','open','','online-visitor-registration','','','2017-05-20 04:32:55','2017-05-20 04:32:55','',0,'http://www.cems-hometex.com/?p=187',0,'post','',0),(188,1,'2017-05-20 04:32:55','2017-05-20 04:32:55','','Online Visitor Registration','','inherit','closed','closed','','187-revision-v1','','','2017-05-20 04:32:55','2017-05-20 04:32:55','',187,'http://www.cems-hometex.com/index.php/2017/05/20/187-revision-v1/',0,'revision','',0),(189,1,'2017-05-20 04:33:20','2017-05-20 04:33:20','<script src=\"http://www.emailmeform.com/builder/forms/jsform/nNc5Lc15Cwh41R1AO\" type=\"text/javascript\"></script>\r\n<!--iframe width=\"100%\" height=\"1296\" allowTransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none\" src=\"http://www.emailmeform.com/builder/embed/nNc5Lc15Cwh41R1AO\"><a href=\"http://www.emailmeform.com/builder/embed/nNc5Lc15Cwh41R1AO\">Fill out form.</a></iframe-->','Online Visitor Registration','','publish','closed','closed','','online-visitor-registration','','','2017-05-23 06:35:04','2017-05-23 06:35:04','',0,'http://www.cems-hometex.com/?page_id=189',0,'page','',0),(190,1,'2017-05-20 04:33:20','2017-05-20 04:33:20','','Online Visitor Registration','','inherit','closed','closed','','189-revision-v1','','','2017-05-20 04:33:20','2017-05-20 04:33:20','',189,'http://www.cems-hometex.com/index.php/2017/05/20/189-revision-v1/',0,'revision','',0),(191,1,'2017-05-20 04:36:10','2017-05-20 04:36:10',' ','','','publish','closed','closed','','191','','','2017-09-30 11:14:23','2017-09-30 11:14:23','',0,'http://www.cems-hometex.com/?p=191',10,'nav_menu_item','',0),(192,1,'2017-05-20 05:12:55','2017-05-20 05:12:55','<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Sri-Lanka-Map.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><span style=\"color: #000000;\"><strong><em>The biggest 3-days International Exhibition on Home Design & Decoration.</em></strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>15 – 17 September 2017</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td><strong><span style=\"color: #000000;\">Colombo, Sri Lanka.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td>Sri Lanka Exhibition & Convention Center (SLECC), Colombo, Sri Lanka</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.00 am to 6.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','30-revision-v1','','','2017-05-20 05:12:55','2017-05-20 05:12:55','',30,'http://www.cems-hometex.com/index.php/2017/05/20/30-revision-v1/',0,'revision','',0),(193,1,'2017-05-20 05:18:15','2017-05-20 05:18:15','<iframe width=\"100%\" height=\"1296\" allowTransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none\" src=\"http://www.emailmeform.com/builder/embed/nNc5Lc15Cwh41R1AO\"><a href=\"http://www.emailmeform.com/builder/embed/nNc5Lc15Cwh41R1AO\">Fill out form.</a></iframe>','Online Visitor Registration','','inherit','closed','closed','','189-revision-v1','','','2017-05-20 05:18:15','2017-05-20 05:18:15','',189,'http://www.cems-hometex.com/index.php/2017/05/20/189-revision-v1/',0,'revision','',0),(194,1,'2017-05-20 05:25:54','2017-05-20 05:25:54','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/registration\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n<a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"61\" height=\"80\" /></a> <span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka.jpg\"><img class=\"alignnone size-medium wp-image-157\" src=\"http://www.cems-hometex.com/wp-content/uploads/2015/11/Home-Tex-Sri-Lanka-300x140.jpg\" alt=\"Home-Tex-Sri-Lanka\" width=\"300\" height=\"140\" /></a></p>\r\n\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:25:54','2017-05-20 05:25:54','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(195,1,'2017-05-20 05:26:31','2017-05-20 05:26:31','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/registration\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:26:31','2017-05-20 05:26:31','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(196,1,'2017-05-20 05:27:04','2017-05-20 05:27:04','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3>','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:27:04','2017-05-20 05:27:04','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(197,1,'2017-05-20 05:31:49','2017-05-20 05:31:49','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n\r\n<!--h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a title=\"Classification of Exhibit\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\n<div>\r\n\r\nCEMS-Global USA’s Yarn & Fabric Series of Exhibitions have reached its accession by being the ONLY and most successful series of its kind being held in 4 countries - Bangladesh, Brazil, and Indonesia & Sri Lanka. Since launched in 2010 in Sri Lanka,\r\n\r\nWith the enormous successes of the previous editions of `CIFS-SUMMER EDITION’ ,....\r\n\r\n</div>\r\n<a title=\"Highlights \" href=\"http://www.cems-yarnandfabric.com/cifs-fall/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/Sri-Lanka-Map-300x248.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : <i>Sri Lanka’s premier International Exhibition on International Yarn, Fabric & Accessory Manufacturers & Suppliers focused to the Sri Lankan Textile & Apparel Industry</i>\r\n\r\nOrganizer : CEMS Global USA\r\n\r\n<a title=\"Fact Sheet\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:31:49','2017-05-20 05:31:49','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(198,1,'2017-05-20 05:37:20','2017-05-20 05:37:20','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n\r\n<!--h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a title=\"Classification of Exhibit\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\n<div>\r\n\r\nCEMS-Global USA’s Yarn & Fabric Series of Exhibitions have reached its accession by being the ONLY and most successful series of its kind being held in 4 countries - Bangladesh, Brazil, and Indonesia & Sri Lanka. Since launched in 2010 in Sri Lanka,\r\n\r\nWith the enormous successes of the previous editions of `CIFS-SUMMER EDITION’ ,....\r\n\r\n</div>\r\n<a title=\"Highlights \" href=\"http://www.cems-yarnandfabric.com/cifs-fall/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/Sri-Lanka-Map-300x248.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : <i>The biggest 3-days International Exhibition on Home Design & Decoration.\r\n</i>\r\nCooperated by : <i>CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia </i>\r\n\r\nOrganizer : CEMS Global USA\r\n\r\n<a title=\"Fact Sheet\" href=\"http://www.cems-hometex.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:37:20','2017-05-20 05:37:20','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(199,1,'2017-05-20 05:39:17','2017-05-20 05:39:17','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n\r\n<!--h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a title=\"Classification of Exhibit\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\n<div>\r\nA perfect Exhibition for Home Textile products & Services, in Sri Lanka…. \r\n‘CEMS Global’ brings to you ‘HOME TEX SRI LANKA 2017’ scheduled to be held from 15 – 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n\r\nWith the enormous successes of the previous editions of `CIFS-SUMMER EDITION’ ,....\r\n\r\n</div>\r\n<a title=\"Highlights\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/Sri-Lanka-Map-300x248.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : <i>The biggest 3-days International Exhibition on Home Design & Decoration.\r\n</i>\r\nCooperated by : <i>CEMS Global Asia Pacific Singapore,CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia </i>\r\n\r\nOrganizer : CEMS Global USA\r\n\r\n<a title=\"Fact Sheet\" href=\"http://www.cems-hometex.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:39:17','2017-05-20 05:39:17','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(200,1,'2017-05-20 05:39:49','2017-05-20 05:39:49','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n\r\n<!--h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Classification of Exhibits</h3>\r\nAll kinds of Cotton / Synthetic fabrics (Woven / Knit)\r\nDenim\r\nKnitted Fabrics\r\nFleece\r\nNatural Fabrics (Woven / Knit)\r\nCoated Artificial Fur\r\nArtificial Leather\r\n\r\n<a title=\"Classification of Exhibit\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/classification-of-exhibits/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\n<div>\r\nA perfect Exhibition for Home Textile products & Services, in Sri Lanka…. \r\n‘CEMS Global’ brings to you ‘HOME TEX SRI LANKA 2017’ scheduled to be held from 15 – 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n</div>\r\n<a title=\"Highlights\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/Sri-Lanka-Map-300x248.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : <i>The biggest 3-days International Exhibition on Home Design & Decoration.\r\n</i>\r\nCooperated by : <i>CEMS Global Asia Pacific Singapore,CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia </i>\r\n\r\nOrganizer : CEMS Global USA\r\n\r\n<a title=\"Fact Sheet\" href=\"http://www.cems-hometex.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:39:49','2017-05-20 05:39:49','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(201,1,'2017-05-20 05:43:07','2017-05-20 05:43:07','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n\r\n<!--h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Focus</h3>\r\nHOME TEX SRI LANKA 2017 will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-\r\n\r\nDesigners / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers / Supermarkets / Chain Stores / Trading Companies / Agents..\r\n\r\n<a title=\"Classification of Exhibit\" href=\"http://www.cems-hometex.com/index.php/focus/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\n<div>\r\nA perfect Exhibition for Home Textile products & Services, in Sri Lanka…. \r\n‘CEMS Global’ brings to you ‘HOME TEX SRI LANKA 2017’ scheduled to be held from 15 – 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n</div>\r\n<a title=\"Highlights\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/Sri-Lanka-Map-300x248.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : <i>The biggest 3-days International Exhibition on Home Design & Decoration.\r\n</i>\r\nCooperated by : <i>CEMS Global Asia Pacific Singapore,CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia </i>\r\n\r\nOrganizer : CEMS Global USA\r\n\r\n<a title=\"Fact Sheet\" href=\"http://www.cems-hometex.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:43:07','2017-05-20 05:43:07','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(202,1,'2017-05-20 05:43:47','2017-05-20 05:43:47','[one_sixth]\r\n<a href=\"#\"><img alt=\"index\" style=\"padding-top:20px\" src=\"http://cemsonline.com/wp-content/themes/cems/images/logo.png\" width=\"auto\" height=\"120\" /></a>\r\n<span style=\"color: #000000;\"><strong><em> Presents</em></strong></span>\r\n[/one_sixth]\r\n\r\n[five_sixth_last]\r\n[biginfopane title=\"Click here to Pre-register yourself for your visit to the Expo Online\" href=\"http://www.cems-hometex.com/index.php/online-visitor-registration/\" buttontitle=\"Online Visitor Registration\" target=\"_blank\"][/biginfopane]\r\n[/five_sixth_last]\r\n[three_fourth]\r\n\r\n\r\n\r\n<!--h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong>INTERNATIONAL HOME TEXTILE SRI LANKA EXPO 2017</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><em><span style=\"color: #ff6600;\"><strong><span style=\"color: #ff6600;\">The biggest 3-days International Exhibition on Home Design & Decoration</span>.</strong></span></em></h3>\r\n<h3 style=\"text-align: right;\"><strong><span style=\"color: #ff0000;\">15 - 17 September, 2017.</span></strong></h3>\r\n<h3 style=\"text-align: right;\">Sri Lanka Exhibition & Convention Centre (SLECC),Colombo – Sri Lanka</h3-->\r\n\r\n[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://cemsonline.com/wp-content/themes/cems/images/slider/slideimg01.jpg\" width=\"200\" height=\"120\" />\r\n<h3>About CEMS</h3>\r\nCEMS Global has been proudly organizing exhibitions and is celebrating 25 years of inception in the year 2017. Since its inception in 1992, CEMS Global in this span of over 25 years has made a commendable presence in South & South-East Asia, South America as a Multinational Exhibition Organizer with operations in 8 countries ........\r\n\r\n<a href=\"http://cemsonline.com/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/difs/wp-content/uploads/2014/11/EX2.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Focus</h3>\r\nHOME TEX SRI LANKA 2017 will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-\r\n\r\nDesigners / Interior Designers / Hotels & Resorts / Furniture Manufacturers / Import & Export Corporations / Wholesaler/ Distributors / Department Stores / Retailers /....\r\n\r\n<a title=\"Classification of Exhibit\" href=\"http://www.cems-hometex.com/index.php/focus/\" target=\"_blank\">Read More</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"Textech\" src=\"http://textechonline.org/textechbd/wp-content/uploads/2016/05/slier.png\" width=\"200\" height=\"120\" /></a>\r\n<h3>Highlights</h3>\r\n<div>\r\nA perfect Exhibition for Home Textile products & Services, in Sri Lanka…. \r\n‘CEMS Global’ brings to you ‘HOME TEX SRI LANKA 2017’ scheduled to be held from 15 – 17 September 2017, will be an important showcase of the Home Textiles, Design and Decoration based products and service industry for the ever-growing industry of Sri Lanka.\r\n</div>\r\n<a title=\"Highlights\" href=\"http://www.cems-yarnandfabric.com/cifs-fall/highlights/\" target=\"_blank\">Read More</a>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"#\"><img class=\"alignnone size-medium wp-image-370\" alt=\"conexpo\" src=\"http://www.cems-yarnandfabric.com/cifs/wp-content/uploads/2014/11/Sri-Lanka-Map-300x248.jpg\" width=\"200\" height=\"120\" /></a>\r\n<h3>Fact Sheet</h3>\r\nDetail : <i>The biggest 3-days International Exhibition on Home Design & Decoration.\r\n</i>\r\nCooperated by : <i>CEMS Global Asia Pacific Singapore,CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia </i>\r\n\r\nOrganizer : CEMS Global USA\r\n\r\n<a title=\"Fact Sheet\" href=\"http://www.cems-hometex.com/index.php/fact-sheet/\" target=\"_blank\">Read More</a>\r\n[/one_fourth_last]','Home','','inherit','closed','closed','','6-revision-v1','','','2017-05-20 05:43:47','2017-05-20 05:43:47','',6,'http://www.cems-hometex.com/index.php/2017/05/20/6-revision-v1/',0,'revision','',0),(203,1,'2017-05-23 06:35:04','2017-05-23 06:35:04','<script src=\"http://www.emailmeform.com/builder/forms/jsform/nNc5Lc15Cwh41R1AO\" type=\"text/javascript\"></script>\r\n<!--iframe width=\"100%\" height=\"1296\" allowTransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none\" src=\"http://www.emailmeform.com/builder/embed/nNc5Lc15Cwh41R1AO\"><a href=\"http://www.emailmeform.com/builder/embed/nNc5Lc15Cwh41R1AO\">Fill out form.</a></iframe-->','Online Visitor Registration','','inherit','closed','closed','','189-revision-v1','','','2017-05-23 06:35:04','2017-05-23 06:35:04','',189,'http://www.cems-hometex.com/index.php/2017/05/23/189-revision-v1/',0,'revision','',0),(205,1,'2017-09-16 09:35:06','2017-09-16 09:35:06','<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-96\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"80\" height=\"114\" /></span></a></span>\r\n\r\n<strong><em><span style=\"color: #ff0000;\">CEMS Global Offices</span></em></strong>\r\n\r\n<strong><em><span style=\"color: #ff0000;\">Global HQ</span></em></strong>\r\n\r\n<span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-53\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-usa.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></span>\r\n<em><strong><span style=\"color: #ff0000;\"> Conference & Exhibition Management Services Ltd.</span></strong></em>\r\n<span style=\"color: #000000;\"> 57 W. 57th Street, 4th Floor,</span>\r\n<span style=\"color: #000000;\"> New York, NY 10019</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +1 646 416 7902</span>\r\n<span style=\"color: #000000;\"> Fax: +1 646 365 8625</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsonline.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cems-global.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Lanka-Logo1.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-104\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Lanka-Logo1.jpg\" alt=\"CEMS Lanka Logo\" width=\"100\" height=\"34\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Sri Lanka</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Lanka (Private) Limited</span>\r\n<span style=\"color: #000000;\"> 9 - 4/2, Station Road, Bambalapitiya, Colombo - 4, Sri Lanka</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +94 – 11 – 2591750 ~ 52</span>\r\n<span style=\"color: #000000;\"> Fax : +94 – 11 – 2591 - 753</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemslanka.com,<a href=\"mailto:cemslanka@sltnet.lk\" target=\"_blank\">cemslanka@sltnet.lk</a></span>\r\n<span style=\"color: #000000;\"> Web : www.cemslanka.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Global2.png\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-6\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-Global2.png\" alt=\"CEMS Global2\" width=\"58\" height=\"80\" /></span></a></span>\r\n<em><strong><span style=\"color: #ff0000;\"> Corporate Office for Asia-Pacific</span></strong></em>\r\n<span style=\"color: #000000;\"> CEMS-Global Asia Pacific Pte. Ltd.</span>\r\n<span style=\"color: #000000;\"> 8 Temasek Boulevard, # 42-00 Suntec Tower Three, Singapore 038988</span>\r\n\r\n<span style=\"color: #000000;\">Tel : + 65 - 6829 - 2144</span>\r\n<span style=\"color: #000000;\"> Fax : + 65 - 6829 - 2145</span>\r\n<span style=\"color: #000000;\"> Mail :contact@cems-hometex.com , cems@cems-asiapacific.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsonline.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-india.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-101\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for India & South - Asia</span></strong></em>\r\n<span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD\r\n707, 7th Floor, Suneja Tower-II,\r\nDistrict Centre, Janakpuri\r\nNew Delhi-110058</strong></span>\r\n\r\n<span style=\"color: #000000;\">Tel : +91 - 11 - 42004700 ~ 12</span>\r\n<span style=\"color: #000000;\"> Fax : +91 - 11 - 42004717</span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsindia.in</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsindia.in</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-bangladesh.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-103\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Bangladesh</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> House – 119, CEMS House, Unit A3, Road – 1, Banani Block – F, Dhaka – 1213, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">Tel : <a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>\r\n<span style=\"color: #000000;\"> Fax : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a></span>\r\n<span style=\"color: #000000;\"> Mail : contact@cems-hometex.com , cems@cemsbangladesh.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbangladesh.com</span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-INDO.jpg\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-105\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-INDO.jpg\" alt=\"CEMS INDO\" width=\"100\" height=\"35\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">Corporate Office for Indonesia</span></strong></em>\r\n<span style=\"color: #000000;\">PT Cems Indonesia</span>\r\n<span style=\"color: #000000;\"> Menara BCA – Grand Indonesia, 50th Floor</span>\r\n<span style=\"color: #000000;\"> Jl. MH Thamrin No. 1 , Jakarta 10310, Indonesia </span>\r\n<span style=\"color: #000000;\">Phone : +62 21 2358 4771 (Hunting)</span>\r\n<span style=\"color: #000000;\"> Fax :+62 21 2358 4001</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsindonesia.com</span>\r\n<span style=\"color: #000000;\"> Web : . <a href=\"http://www.cemsonline.com/\" target=\"_blank\"><span style=\"color: #000000;\">www.cemsindonesia.com</span></a></span>\r\n\r\n<span style=\"color: #000000;\"><a href=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\"><span style=\"color: #000000;\"><img class=\"alignnone size-full wp-image-96\" src=\"http://www.cems-dyechem.com/dyechemsri/wp-content/uploads/2014/11/CEMS-GLOBAL-CONTACT.gif\" alt=\"CEMS GLOBAL CONTACT\" width=\"70\" height=\"100\" /></span></a></span>\r\n\r\n<em><strong><span style=\"color: #ff0000;\">CEMS-Global Brazil Representative Office</span></strong></em>\r\n<span style=\"color: #000000;\"> Conference & Exhibition Management Services Ltd.</span>\r\n<span style=\"color: #000000;\"> Alameda Santos, 1827, Conj. 112, Sao Paulo SP – 01419-002 ,Brazil</span>\r\n\r\n<span style=\"color: #000000;\">Tel : +55 11 3882 0065,</span>\r\n<span style=\"color: #000000;\"> Mail : cems@cemsbrazil.com</span>\r\n<span style=\"color: #000000;\"> Web : www.cemsbrazil.com</span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for China</strong></span>\r\n\r\n<a href=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\"><img class=\"alignleft wp-image-754\" src=\"http://cemsonline.com/wp-content/uploads/2014/12/cems-china1.jpg\" alt=\"cems china\" width=\"119\" height=\"41\" /></a>\r\n\r\n \r\n\r\n \r\n<div><span style=\"color: #000000;\">Conference & Exhibition Management Services Ltd.</span></div>\r\n<div><span style=\"color: #000000;\">Add: Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</span></div>\r\n<div><span style=\"color: #000000;\">Tel: 86-10-82842588</span></div>\r\n<div><span style=\"color: #000000;\">Fax: 86-10-84832956</span></div>\r\n<div><span style=\"color: #000000;\">Cell: 86 13811367205</span></div>\r\n<div><span style=\"color: #000000;\">E-mail: <span lang=\"EN-US\" style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span></span></div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon................</span>','Contact us','','inherit','closed','closed','','57-revision-v1','','','2017-09-16 09:35:06','2017-09-16 09:35:06','',57,'http://www.cems-hometex.com/index.php/2017/09/16/57-revision-v1/',0,'revision','',0),(207,1,'2017-09-30 11:20:33','2017-09-30 11:20:33','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil. [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/dye-chem-logo.png\" name=\"30th Dye+Chem Bangladesh 2018 Winter Edition\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-hometex.com/wp-content/uploads/2017/09/2nd-Hometexbd.jpg\" name=\"2nd Hometex Bangladesh International Expo 2018\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]-->','Home','','publish','closed','closed','','home-2','','','2018-02-05 07:09:58','2018-02-05 07:09:58','',0,'http://www.cems-hometex.com/?page_id=207',0,'page','',0),(208,1,'2017-09-30 11:20:33','2017-09-30 11:20:33','','Home','','inherit','closed','closed','','207-revision-v1','','','2017-09-30 11:20:33','2017-09-30 11:20:33','',207,'http://www.cems-hometex.com/index.php/2017/09/30/207-revision-v1/',0,'revision','',0),(209,1,'2017-09-30 11:29:09','2017-09-30 11:29:09','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\n\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil. [/speaker]-->\n\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/dye-chem-logo.png\" name=\"30th Dye+Chem Bangladesh 2018 Winter Edition\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\n\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\n\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\n\n[speaker photo=\"http://www.cems-hometex.com/wp-content/uploads/2017/09/2nd-Hometexbd.jpg\" name=\"2nd HOME TEX BANGLADESH 2018\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]','Home','','inherit','closed','closed','','207-autosave-v1','','','2017-09-30 11:29:09','2017-09-30 11:29:09','',207,'http://www.cems-hometex.com/index.php/2017/09/30/207-autosave-v1/',0,'revision','',0),(210,1,'2017-09-30 11:26:08','2017-09-30 11:26:08','','Basic RGB','','inherit','open','closed','','basic-rgb','','','2017-09-30 11:26:08','2017-09-30 11:26:08','',207,'http://www.cems-hometex.com/wp-content/uploads/2017/09/2nd-Hometexbd.jpg',0,'attachment','image/jpeg',0),(211,1,'2017-09-30 11:27:17','2017-09-30 11:27:17','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil. [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/dye-chem-logo.png\" name=\"30th Dye+Chem Bangladesh 2018 Winter Edition\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n[speaker photo=\"http://www.cems-hometex.com/wp-content/uploads/2017/09/2nd-Hometexbd.jpg\" name=\"2nd HOME TEX BANGLADESH INTERNATIONAL EXPO 2018\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]','Home','','inherit','closed','closed','','207-revision-v1','','','2017-09-30 11:27:17','2017-09-30 11:27:17','',207,'http://www.cems-hometex.com/index.php/2017/09/30/207-revision-v1/',0,'revision','',0),(212,1,'2017-09-30 11:29:55','2017-09-30 11:29:55','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil. [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/dye-chem-logo.png\" name=\"30th Dye+Chem Bangladesh 2018 Winter Edition\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n[speaker photo=\"http://www.cems-hometex.com/wp-content/uploads/2017/09/2nd-Hometexbd.jpg\" name=\"2nd Hometex Bangladesh International Expo 2018\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]','Home','','inherit','closed','closed','','207-revision-v1','','','2017-09-30 11:29:55','2017-09-30 11:29:55','',207,'http://www.cems-hometex.com/index.php/2017/09/30/207-revision-v1/',0,'revision','',0),(213,1,'2018-02-05 07:08:19','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-02-05 07:08:19','0000-00-00 00:00:00','',0,'http://www.cems-hometex.com/?p=213',0,'post','',0),(214,1,'2018-02-05 07:09:58','2018-02-05 07:09:58','<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/28Dye-chem-Logo.jpg\" name=\"28th Dye+Chem Bangladesh 2016\" post=\"From 9~12 August,2017\" link=\"http://www.cems-dyechem.com/dyechembd/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/29dcs-online.jpg\" name=\"29th Dye+Chem Brazil 2017 International Expo\" post=\"From 12 ~ 14 September 2017\" link=\"http://www.cems-dyechem.com/dyechembrazil\" target=\"_blank\"] Expo Center Norte, São Paulo, Brazil. [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/dye-chem-logo.png\" name=\"30th Dye+Chem Bangladesh 2018 Winter Edition\" post=\"From Jan 31st ~ 03rd February, 2018\" link=\"http://www.cems-dyechem.com/dyechemwinter/\" target=\"_blank\"]International Convention City, Bashundara, Dhaka, Bangladesh.[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/dyechemmyanmar/wp-content/uploads/2016/10/27TH-DYECHEM-MYANMAR-2017Logo.jpg\" name=\"27th Dye+Chem Myanmar 2016\" post=\"From 6 ~ 8 April 2017\" link=\"http://www.cems-dyechem.com/dyechemmyanmar/\" target=\"_blank\"] Tatmadaw Exhibition Hall Yangon – Myanmar [/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-dyechem.com/wp-content/uploads/2014/11/31st-dye-chem-logo.jpg\" name=\"30th Dye+Chem Sri Lanka 2018 International Expo\" post=\"8~10 March 2018\" link=\"http://www.cems-dyechem.com/dyechemsri/\" target=\"_blank\"] Sri Lanka Exhibition & Convention Centre (SLECC) , Colombo – Sri Lanka[/speaker]-->\r\n\r\n<!--[speaker photo=\"http://www.cems-hometex.com/wp-content/uploads/2017/09/2nd-Hometexbd.jpg\" name=\"2nd Hometex Bangladesh International Expo 2018\" post=\"31 JANUARY~3 FEBRUARY, 2018\" link=\"http://cems-hometex.com/hometexbd/\" target=\"_blank\"] International Convention City, Bashundhara. Dhaka-Bangladesh[/speaker]-->','Home','','inherit','closed','closed','','207-revision-v1','','','2018-02-05 07:09:58','2018-02-05 07:09:58','',207,'http://www.cems-hometex.com/index.php/2018/02/05/207-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(15,4,0),(24,4,0),(31,4,0),(36,4,0),(40,4,0),(48,4,0),(55,4,0),(60,4,0),(67,4,0),(79,4,0),(82,4,0),(88,4,0),(187,1,0),(191,4,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(4,4,'nav_menu','',0,13); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(4,'Main Menu','main-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','hometex'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(16,1,'wp_dashboard_quick_press_last_post_id','213'),(19,1,'wp_user-settings','libraryContent=browse&editor=html&hidetb=1'),(22,1,'wp_user-settings-time','1494138829'),(25,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(28,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(31,1,'nav_menu_recently_edited','4'),(32,1,'closedpostboxes_fv_flowplayer_settings','a:0:{}'),(35,1,'metaboxhidden_fv_flowplayer_settings','a:0:{}'),(36,2,'nickname','Hasib'),(37,2,'first_name','Hasib'),(38,2,'last_name','Musaddek'),(39,2,'description',''),(40,2,'rich_editing','true'),(41,2,'comment_shortcuts','false'),(42,2,'admin_color','fresh'),(43,2,'use_ssl','0'),(44,2,'show_admin_bar_front','true'),(45,2,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(46,2,'wp_user_level','7'),(47,2,'dismissed_wp_pointers',''),(48,2,'session_tokens','a:1:{s:64:\"a1a4505b064492a42e3e65c0ca3e94654572d4c0805bcb2e920deab0359b447a\";a:4:{s:10:\"expiration\";i:1476163863;s:2:\"ip\";s:14:\"61.247.190.230\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.50 Safari/537.36\";s:5:\"login\";i:1475991063;}}'),(49,2,'wp_dashboard_quick_press_last_post_id','140'),(52,101010,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(53,101010,'wp_user_level','10'),(54,101010,'session_tokens','a:2:{s:64:\"8f502d7789fb89b40066311db5387e1c641cdbe07bbe294e28369a18b7aae1ec\";a:4:{s:10:\"expiration\";i:1514147063;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0\";s:5:\"login\";i:1513974263;}s:64:\"a0190590ce5191431965cabe427f32dea435109d6a5b66ad0f0686b798bafcfc\";a:4:{s:10:\"expiration\";i:1514148995;s:2:\"ip\";s:12:\"69.28.82.254\";s:2:\"ua\";s:62:\"Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10\";s:5:\"login\";i:1513976195;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=101011 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'hometex','$P$BWS7jT56D2iGxzhrkEeV9rSc0tn7H41','hometex','mahatab.cems@gmail.com','','2015-09-16 21:23:52','',0,'hometex'),(2,'Hasib','$P$BJ2EaPzVClHrRNowtloqGKjPn.ZZ/o/','hasib','hasib.cems@gmail.com','http://www.cems-hometex.com','2016-10-09 05:30:39','1475991041:$P$BPC7XvnPp6pdn7LB.F.3secKgpGeYF.',0,'Hasib Musaddek'),(101010,'backup','$P$B5x/oVJY82ghVv7rmtqgJGOfBaX.mk.','','','','2012-09-28 00:00:00','',0,''); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_035c54e_2' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!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 */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2018-06-28 8:49:18